diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 21:08:17 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 21:08:17 +0000 |
commit | da327cd22e88f26f6cab9d4c45805b512139aa11 (patch) | |
tree | 9b1dbd322d595c88aec57cc142ba0f0541f29de8 /secure/lib/libcrypto/Makefile.asm | |
parent | a0ddf7998714a2a0cd99cdfc6a79f0d0b533ce8b (diff) | |
parent | fbc3ad1ae1976eb5f2bac351260f2c5ee255c27f (diff) | |
download | src-da327cd22e88f26f6cab9d4c45805b512139aa11.tar.gz src-da327cd22e88f26f6cab9d4c45805b512139aa11.zip |
Notes
Diffstat (limited to 'secure/lib/libcrypto/Makefile.asm')
-rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 07e3de4ce5ca..9480c3a59833 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -82,9 +82,8 @@ sha256-armv8.S: sha512-armv8.pl SRCS+= x86_64cpuid.pl # aes -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 +SRCS= aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \ + aesni-x86_64.pl vpaes-x86_64.pl # bn SRCS+= rsaz-avx2.pl rsaz-x86_64.pl x86_64-gf2m.pl x86_64-mont.pl \ @@ -229,7 +228,7 @@ aes-armv4.S: aes-armv4.pl SRCS= x86cpuid.pl # aes -SRCS+= aes-586.pl aesni-x86.pl vpaes-x86.pl +SRCS+= aesni-x86.pl vpaes-x86.pl # blowfish SRCS+= bf-586.pl |