From: Ben Laurie Date: Fri, 12 Jul 2013 11:48:24 +0000 (+0100) Subject: Support new rsaz asm stuff. X-Git-Tag: master-post-reformat~1259 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82fe001b8d7b040ac75a871287f9bc77b14c6cdb;p=oweals%2Fopenssl.git Support new rsaz asm stuff. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index 9c258c4df7..a15418705b 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