2025-09-23 18:20:47 -06:00

6 lines
96 B
C

#if defined(OPENSSL_NO_ASM)
# include "./pkcs7_no-asm.h"
#else
# include "./pkcs7_asm.h"
#endif