File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,6 @@ crypto_libbitcoin_crypto_avx2_a_SOURCES = crypto/sha256_avx2.cpp
511511crypto_libbitcoin_crypto_x86_shani_a_CXXFLAGS = $(AM_CXXFLAGS ) $(PIE_FLAGS )
512512crypto_libbitcoin_crypto_x86_shani_a_CPPFLAGS = $(AM_CPPFLAGS )
513513crypto_libbitcoin_crypto_x86_shani_a_CXXFLAGS += $(X86_SHANI_CXXFLAGS )
514- crypto_libbitcoin_crypto_x86_shani_a_CPPFLAGS += -DENABLE_X86_SHANI
515514crypto_libbitcoin_crypto_x86_shani_a_SOURCES = crypto/sha256_x86_shani.cpp
516515
517516crypto_libbitcoin_crypto_arm_shani_a_CXXFLAGS = $(AM_CXXFLAGS ) $(PIE_FLAGS )
Original file line number Diff line number Diff line change 66// Written and placed in public domain by Jeffrey Walton.
77// Based on code from Intel, and by Sean Gulley for the miTLS project.
88
9+ #if defined(HAVE_CONFIG_H)
10+ #include < config/bitcoin-config.h>
11+ #endif // HAVE_CONFIG_H
12+
913#ifdef ENABLE_X86_SHANI
1014
1115#include < stdint.h>
You can’t perform that action at this time.
0 commit comments