/* $NetBSD: crypto-headers.h,v 1.2 2017/01/28 21:31:44 christos Exp $ */ #ifndef __crypto_header__ #define __crypto_header__ #ifndef PACKAGE_NAME #error "need config.h" #endif #ifdef HAVE_HCRYPTO_W_OPENSSL #define OPENSSL_DES_LIBDES_COMPATIBILITY #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef BN_is_negative #define BN_set_negative(bn, flag) ((bn)->neg=(flag)?1:0) #define BN_is_negative(bn) ((bn)->neg != 0) #endif #else /* !HAVE_HCRYPTO_W_OPENSSL */ #ifdef KRB5 #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #endif #endif /* __crypto_header__ */