summaryrefslogtreecommitdiffstats
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-31 16:37:19 +0100
commit6d7fa9c25cc40e3c44736dc4ab7739c85d9d74b5 (patch)
treee46f5b5f0634fc5695b32d3d48fb8679c1761646 /util/pl
parent82ae22ef4d5227f075e03cddb05cb201a24e1a47 (diff)
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 2e860ae35b..39bdc6c75e 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