File size: 100 Bytes
39eec6f | 1 2 3 4 5 6 | #if defined(OPENSSL_NO_ASM)
# include "./bn_conf_no-asm.h"
#else
# include "./bn_conf_asm.h"
#endif
|
39eec6f | 1 2 3 4 5 6 | #if defined(OPENSSL_NO_ASM)
# include "./bn_conf_no-asm.h"
#else
# include "./bn_conf_asm.h"
#endif
|