/* $OpenBSD: crypto-headers.h,v 1.3 2013/06/17 18:57:39 robert Exp $ */ #ifndef __crypto_headers_h__ #define __crypto_headers_h__ #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 #endif /* __crypto_headers_h__ */