summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-03 11:36:43 +0100
committerBen Laurie <ben@links.org>2013-10-03 11:37:18 +0100
commit99fb221280045f1ed930e4d9355013b461532913 (patch)
treef27bf405e0b1371da7535d540183287141a2a79d /util
parent524b00c0da42b129ed8622dfb3f5eab9cc5d6617 (diff)
Support new asm files.
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index d91f7b7c0b..6757b7ca18 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -74,6 +74,9 @@ $bf_enc_src="";
'aesni-sha256-x86_64' => 'crypto/aes',
'rsaz-x86_64' => 'crypto/bn',
'rsaz-avx2' => 'crypto/bn',
+ 'aesni-mb-x86_64' => 'crypto/aes',
+ 'sha1-mb-x86_64' => 'crypto/sha',
+ 'sha256-mb-x86_64' => 'crypto/sha',
);
# If I were feeling more clever, these could probably be extracted