From: Ben Laurie Date: Wed, 12 Jun 2013 13:18:33 +0000 (+0100) Subject: Add aesni-sha256-x86_64. X-Git-Tag: master-post-reformat~1297 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6d84daa5d665e0de30c3d970cab65e8ade4d5b14 Add aesni-sha256-x86_64. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index dedfe611a5..40e361b2f9 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