From: Ben Laurie Date: Wed, 12 Jun 2013 13:18:33 +0000 (+0100) Subject: Add aesni-sha256-x86_64. X-Git-Tag: master-pre-reformat~1244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d84daa5d665e0de30c3d970cab65e8ade4d5b14;p=thirdparty%2Fopenssl.git Add aesni-sha256-x86_64. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index dedfe611a5a..40e361b2f98 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