Files
cpp-thirdparty/noarch/include/node/openssl/bn_conf.h
2018-12-24 00:59:05 -06:00

6 lines
100 B
C

#if defined(OPENSSL_NO_ASM)
# include "./bn_conf_no-asm.h"
#else
# include "./bn_conf_asm.h"
#endif