node/deps/openssl/config/pkcs7.h

6 lines
96 B
C

#if defined(OPENSSL_NO_ASM)
# include "./pkcs7_no-asm.h"
#else
# include "./pkcs7_asm.h"
#endif