node/deps/openssl/config/crypto.h

6 lines
98 B
C

#if defined(OPENSSL_NO_ASM)
# include "./crypto_no-asm.h"
#else
# include "./crypto_asm.h"
#endif