Files
Bassem Girgis 318f0a0a81 update node lib
2019-08-15 02:58:00 -05:00

6 lines
100 B
C

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