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