summaryrefslogtreecommitdiffstats
path: root/kerberos5/include/crypto-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/include/crypto-headers.h')
-rw-r--r--kerberos5/include/crypto-headers.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/kerberos5/include/crypto-headers.h b/kerberos5/include/crypto-headers.h
index d84a5e4..dceebce 100644
--- a/kerberos5/include/crypto-headers.h
+++ b/kerberos5/include/crypto-headers.h
@@ -1,18 +1,26 @@
/* $FreeBSD$ */
#ifndef __crypto_headers_h__
#define __crypto_headers_h__
-#define OPENSSL_DES_LIBDES_COMPATIBILITY
+
#include <openssl/evp.h>
#include <openssl/des.h>
#include <openssl/rc4.h>
-#include <openssl/md2.h>
+#include <openssl/rc2.h>
#include <openssl/md4.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
-#include <openssl/aes.h>
#include <openssl/ui.h>
#include <openssl/rand.h>
#include <openssl/engine.h>
#include <openssl/pkcs12.h>
+#include <openssl/pem.h>
#include <openssl/hmac.h>
+#include <openssl/ec.h>
+#include <openssl/ecdsa.h>
+#include <openssl/ecdh.h>
+#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__ */
OpenPOWER on IntegriCloud