diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-08-22 04:02:12 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-08-22 04:02:12 +0000 |
| commit | f3cac6c020ba474b11432eb9b29c91519962488a (patch) | |
| tree | a8e7122f921e47d39f8d94f9cf4c9bfccf82edd9 /secure | |
| parent | 7a56f5af71851c8b502720ca956629c302821430 (diff) | |
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index b9af383e492f..65cc0322f3ca 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -79,11 +79,12 @@ sha256-armv8.S: sha512-armv8.pl SRCS= x86_64cpuid.pl # aes -SRCS+= aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \ - aesni-x86_64.pl vpaes-x86_64.pl +SRCS+= aes-x86_64.pl \ + aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \ + aesni-x86_64.pl bsaes-x86_64.pl vpaes-x86_64.pl # bn -SRCS+= rsaz-avx2.pl rsaz-avx512.S rsaz-x86_64.pl x86_64-gf2m.pl \ +SRCS+= rsaz-avx2.pl rsaz-avx512.pl rsaz-x86_64.pl x86_64-gf2m.pl \ x86_64-mont.pl x86_64-mont5.pl # camellia @@ -221,7 +222,7 @@ aes-armv4.S: aes-armv4.pl SRCS= x86cpuid.pl # aes -SRCS+= aesni-x86.pl vpaes-x86.pl +SRCS+= aes-586.pl aesni-x86.pl vpaes-x86.pl # blowfish SRCS+= bf-586.pl |
