mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Add aesni-sha256-x86_64.
This commit is contained in:
parent
3b848d3401
commit
6d84daa5d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user