Add aesni-sha256-x86_64.
authorBen Laurie <ben@links.org>
Wed, 12 Jun 2013 13:18:33 +0000 (14:18 +0100)
committerBen Laurie <ben@links.org>
Wed, 12 Jun 2013 13:18:33 +0000 (14:18 +0100)
util/pl/unix.pl

index dedfe611a5ab7c7c015e53294d9856fdbfadb263..40e361b2f98ea661c10093a27f0b2f00f10fbb61 100644 (file)
@@ -70,7 +70,8 @@ $bf_enc_src="";
          'rc4-x86_64' => 'crypto/rc4',
          'rc4-md5-x86_64' => 'crypto/rc4',
          'ghash-x86_64' => 'crypto/modes',
          '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
          );
 
 # If I were feeling more clever, these could probably be extracted