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.mingw64-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.mingw64-x86_64')
-rw-r--r-- | crypto/Makefile.am.mingw64-x86_64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am.mingw64-x86_64 b/crypto/Makefile.am.mingw64-x86_64 index c2464ab..1470d4a 100644 --- a/crypto/Makefile.am.mingw64-x86_64 +++ b/crypto/Makefile.am.mingw64-x86_64 | |||
@@ -29,6 +29,5 @@ libcrypto_la_CPPFLAGS += -DRSA_ASM | |||
29 | libcrypto_la_CPPFLAGS += -DSHA1_ASM | 29 | libcrypto_la_CPPFLAGS += -DSHA1_ASM |
30 | libcrypto_la_CPPFLAGS += -DSHA256_ASM | 30 | libcrypto_la_CPPFLAGS += -DSHA256_ASM |
31 | libcrypto_la_CPPFLAGS += -DSHA512_ASM | 31 | libcrypto_la_CPPFLAGS += -DSHA512_ASM |
32 | libcrypto_la_CPPFLAGS += -DWHIRLPOOL_ASM | ||
33 | libcrypto_la_SOURCES += $(ASM_X86_64_MINGW64) | 32 | libcrypto_la_SOURCES += $(ASM_X86_64_MINGW64) |
34 | endif | 33 | endif |