From 82fe001b8d7b040ac75a871287f9bc77b14c6cdb Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 12 Jul 2013 12:48:24 +0100 Subject: [PATCH 1/1] Support new rsaz asm stuff. --- util/pl/unix.pl | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1