Files
2024-06-05 13:13:44 +08:00

6 lines
92 B
C

#if defined(OPENSSL_NO_ASM)
# include "./bio_no-asm.h"
#else
# include "./bio_asm.h"
#endif