From: Ben Laurie Date: Sun, 9 Feb 2014 12:18:16 +0000 (+0000) Subject: Add new asm modules. X-Git-Tag: OpenSSL_1_0_2-beta1~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed0dc93d89c5b11f3d317a6dc54916e04e4c76b0;p=oweals%2Fopenssl.git Add new asm modules. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index 39bdc6c75e..7b6162e237 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