From 6d7fa9c25cc40e3c44736dc4ab7739c85d9d74b5 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 12 Jul 2013 12:48:24 +0100 Subject: [PATCH] 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 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 -- 2.40.0