summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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