diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-28 20:47:48 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 20:47:48 -0600 |
commit | f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac (patch) | |
tree | f099844eff50d5b2bbca036bf4495d4be2e3d036 /crypto/Makefile.am.macosx-x86_64 | |
parent | c370c924d1e4ce41dac0b661755e02532bc1b71a (diff) | |
download | portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.tar.gz portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.tar.bz2 portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.zip |
Consolidate whirlpool
Diffstat (limited to 'crypto/Makefile.am.macosx-x86_64')
-rw-r--r-- | crypto/Makefile.am.macosx-x86_64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am.macosx-x86_64 b/crypto/Makefile.am.macosx-x86_64 index ad1c39f..53593e2 100644 --- a/crypto/Makefile.am.macosx-x86_64 +++ b/crypto/Makefile.am.macosx-x86_64 | |||
@@ -13,7 +13,6 @@ ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S | |||
13 | ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S | 13 | ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S |
14 | ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S | 14 | ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S |
15 | ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S | 15 | ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S |
16 | ASM_X86_64_MACOSX += whrlpool/wp-macosx-x86_64.S | ||
17 | ASM_X86_64_MACOSX += cpuid-macosx-x86_64.S | 16 | ASM_X86_64_MACOSX += cpuid-macosx-x86_64.S |
18 | 17 | ||
19 | ASM_X86_64_MACOSX += bn/arch/amd64/bignum_add.S | 18 | ASM_X86_64_MACOSX += bn/arch/amd64/bignum_add.S |