node/deps/openssl/config/srp.h

6 lines
92 B
C

#if defined(OPENSSL_NO_ASM)
# include "./srp_no-asm.h"
#else
# include "./srp_asm.h"
#endif