aboutsummaryrefslogtreecommitdiff
path: root/util/pl
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-07-12 12:48:24 +0100
committerBen Laurie <ben@links.org>2013-07-12 12:48:24 +0100
commit82fe001b8d7b040ac75a871287f9bc77b14c6cdb (patch)
tree731d9bc661be88999617205bd79927b5a8a0f824 /util/pl
parent852f837f5ee81f2633ddf753fa3a30661ad3835a (diff)
downloadopenssl-82fe001b8d7b040ac75a871287f9bc77b14c6cdb.zip
openssl-82fe001b8d7b040ac75a871287f9bc77b14c6cdb.tar.gz
openssl-82fe001b8d7b040ac75a871287f9bc77b14c6cdb.tar.bz2
Support new rsaz asm stuff.
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/unix.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 9c258c4..a154187 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -72,6 +72,8 @@ $bf_enc_src="";
'ghash-x86_64' => 'crypto/modes',
'aesni-gcm-x86_64' => 'crypto/modes',
'aesni-sha256-x86_64' => 'crypto/aes',
+ 'rsaz-x86_64' => 'crypto/bn',
+ 'rsaz-avx2' => 'crypto/bn',
);
# If I were feeling more clever, these could probably be extracted