node/deps/openssl/config/lhash.h

6 lines
96 B
C

#if defined(OPENSSL_NO_ASM)
# include "./lhash_no-asm.h"
#else
# include "./lhash_asm.h"
#endif