From: Ben Laurie Date: Fri, 12 Jul 2013 11:48:24 +0000 (+0100) Subject: Support new rsaz asm stuff. X-Git-Tag: OpenSSL_1_0_2-beta1~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d7fa9c25cc40e3c44736dc4ab7739c85d9d74b5;p=openssl Support new rsaz asm stuff. --- 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