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