mirror of https://github.com/nodejs/node.git
6 lines
102 B
C
6 lines
102 B
C
|
#if defined(OPENSSL_NO_ASM)
|
||
|
# include "./dso_conf_no-asm.h"
|
||
|
#else
|
||
|
# include "./dso_conf_asm.h"
|
||
|
#endif
|