Commit 6d7fa9c2 authored by Ben Laurie's avatar Ben Laurie
Browse files

Support new rsaz asm stuff.

parent 82ae22ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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