From ed0dc93d89c5b11f3d317a6dc54916e04e4c76b0 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 9 Feb 2014 12:18:16 +0000 Subject: [PATCH] Add new asm modules. --- util/pl/unix.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/pl/unix.pl b/util/pl/unix.pl index 39bdc6c75e..7b6162e237 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -74,6 +74,9 @@ $bf_enc_src=""; 'aesni-sha256-x86_64' => 'crypto/aes', 'rsaz-x86_64' => 'crypto/bn', 'rsaz-avx2' => 'crypto/bn', + 'aesni-mb-x86_64' => 'crypto/aes', + 'sha1-mb-x86_64' => 'crypto/sha', + 'sha256-mb-x86_64' => 'crypto/sha', ); # If I were feeling more clever, these could probably be extracted -- 2.25.1