node/deps/openssl/config/cms.h

6 lines
92 B
C

#if defined(OPENSSL_NO_ASM)
# include "./cms_no-asm.h"
#else
# include "./cms_asm.h"
#endif