#ifndef __crypto_headers_h__ #define __crypto_headers_h__ #ifdef KRB5 #include #endif #ifndef OPENSSL_DES_LIBDES_COMPATIBILITY #define OPENSSL_DES_LIBDES_COMPATIBILITY #endif #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 #endif /* __crypto_headers_h__ */