diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-18 15:13:31 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-10-18 15:13:31 -0600 |
commit | 7c4cb4473bee8345122ce3591b711a06be4ed06c (patch) | |
tree | 3ccf2b73f051b9dffb6d464acade07f9927ca860 /crypto/Makefile.am.macosx-x86_64 | |
parent | d2a5af6464dd91856d6dd427e59c61994ba64019 (diff) | |
download | portable-7c4cb4473bee8345122ce3591b711a06be4ed06c.tar.gz portable-7c4cb4473bee8345122ce3591b711a06be4ed06c.tar.bz2 portable-7c4cb4473bee8345122ce3591b711a06be4ed06c.zip |
Remove -DWHIRLPOOL_ASM
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 cd88b95..1095bca 100644 --- a/crypto/Makefile.am.macosx-x86_64 +++ b/crypto/Makefile.am.macosx-x86_64 | |||
@@ -41,6 +41,5 @@ libcrypto_la_CPPFLAGS += -DRSA_ASM | |||
41 | libcrypto_la_CPPFLAGS += -DSHA1_ASM | 41 | libcrypto_la_CPPFLAGS += -DSHA1_ASM |
42 | libcrypto_la_CPPFLAGS += -DSHA256_ASM | 42 | libcrypto_la_CPPFLAGS += -DSHA256_ASM |
43 | libcrypto_la_CPPFLAGS += -DSHA512_ASM | 43 | libcrypto_la_CPPFLAGS += -DSHA512_ASM |
44 | libcrypto_la_CPPFLAGS += -DWHIRLPOOL_ASM | ||
45 | libcrypto_la_SOURCES += $(ASM_X86_64_MACOSX) | 44 | libcrypto_la_SOURCES += $(ASM_X86_64_MACOSX) |
46 | endif | 45 | endif |