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