aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-06-12 14:18:33 +0100
committerBen Laurie <ben@links.org>2013-06-12 14:18:33 +0100
commit6d84daa5d665e0de30c3d970cab65e8ade4d5b14 (patch)
treece4c84030acf3228f1514cffb9a8642958017813 /util
parent3b848d3401de1892415e46561ae75f06ff65e823 (diff)
downloadopenssl-6d84daa5d665e0de30c3d970cab65e8ade4d5b14.zip
openssl-6d84daa5d665e0de30c3d970cab65e8ade4d5b14.tar.gz
openssl-6d84daa5d665e0de30c3d970cab65e8ade4d5b14.tar.bz2
Add aesni-sha256-x86_64.
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index dedfe61..40e361b 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -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