diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-18 01:51:28 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-18 01:51:28 +0000 |
| commit | c28e4d84889d71929a0729789634cf172fced383 (patch) | |
| tree | f247fbba641442fd2df28f33e37c6097c3bc8bd7 /secure/lib/libcrypto | |
| parent | 015dcc79068839fb6e57e1b217405f3043439512 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 9026a1a073c3..5b6a823dd01a 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -75,7 +75,7 @@ SRCS+= cmll-x86_64.pl SRCS+= chacha-x86_64.pl # ec -SRCS+= ecp_nistz256-avx2.pl ecp_nistz256-x86_64.pl x25519-x86_64.pl +SRCS+= ecp_nistz256-x86_64.pl x25519-x86_64.pl # engines SRCS+= e_padlock-x86_64.pl @@ -93,8 +93,7 @@ SRCS+= poly1305-x86_64.pl SRCS+= rc4-md5-x86_64.pl rc4-x86_64.pl # sha -SRCS+= keccak1600-avx2.pl keccak1600-avx512.pl keccak1600-avx512vl.pl \ - keccak1600-x86_64.pl sha1-mb-x86_64.pl sha1-x86_64.pl \ +SRCS+= keccak1600-x86_64.pl sha1-mb-x86_64.pl sha1-x86_64.pl \ sha256-mb-x86_64.pl # whrlpool |
