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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kerberos5/include/crypto-headers.h b/kerberos5/include/crypto-headers.h
index b224364..d84a5e4 100644
--- a/kerberos5/include/crypto-headers.h
+++ b/kerberos5/include/crypto-headers.h
@@ -2,9 +2,17 @@
#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/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/hmac.h>
#endif /* __crypto_headers_h__ */
OpenPOWER on IntegriCloud