From: Ben Laurie Date: Thu, 3 Oct 2013 10:36:43 +0000 (+0100) Subject: Support new asm files. X-Git-Tag: master-post-reformat~1152 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=99fb221280045f1ed930e4d9355013b461532913 Support new asm files. --- 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