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

Add aesni-sha256-x86_64.

parent 3b848d34
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ $bf_enc_src="";
	  'rc4-md5-x86_64' => 'crypto/rc4',
	  'ghash-x86_64' => 'crypto/modes',
	  'aesni-gcm-x86_64' => 'crypto/modes',
	  'aesni-sha256-x86_64' => 'crypto/aes',
         );

# If I were feeling more clever, these could probably be extracted