Add aesni-sha256-x86_64.

This commit is contained in:
Ben Laurie 2013-06-12 14:18:33 +01:00
parent 3b848d3401
commit 6d84daa5d6

View File

@ -70,7 +70,8 @@ $bf_enc_src="";
'rc4-x86_64' => 'crypto/rc4',
'rc4-md5-x86_64' => 'crypto/rc4',
'ghash-x86_64' => 'crypto/modes',
'aesni-gcm-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