node/deps/openssl/config/asn1t.h

6 lines
96 B
C

#if defined(OPENSSL_NO_ASM)
# include "./asn1t_no-asm.h"
#else
# include "./asn1t_asm.h"
#endif