diff --git a/util/pl/unix.pl b/util/pl/unix.pl index dedfe611a5ab7c7c015e53294d9856fdbfadb263..40e361b2f98ea661c10093a27f0b2f00f10fbb61 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