summaryrefslogtreecommitdiff
path: root/deps/openssl/config/bn_conf.h
blob: 44d7d4d6e3e92f9aafb02093644f60fd9c023fbe (plain)
1
2
3
4
5
#if defined(OPENSSL_NO_ASM)
# include "./bn_conf_no-asm.h"
#else
# include "./bn_conf_asm.h"
#endif