summaryrefslogtreecommitdiffstats
path: root/third_party/heimdal_build/crypto-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal_build/crypto-headers.h')
-rw-r--r--third_party/heimdal_build/crypto-headers.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/heimdal_build/crypto-headers.h b/third_party/heimdal_build/crypto-headers.h
new file mode 100644
index 0000000..6220498
--- /dev/null
+++ b/third_party/heimdal_build/crypto-headers.h
@@ -0,0 +1,19 @@
+#ifndef __crypto_headers_h__
+#define __crypto_headers_h__
+#ifdef KRB5
+#include <krb5-types.h>
+#endif
+#include <hcrypto/evp.h>
+#include <hcrypto/des.h>
+#include <hcrypto/md4.h>
+#include <hcrypto/md5.h>
+#include <hcrypto/sha.h>
+#include <hcrypto/rc4.h>
+#include <hcrypto/rc2.h>
+#include <hcrypto/aes.h>
+#include <hcrypto/ui.h>
+#include <hcrypto/rand.h>
+#include <hcrypto/engine.h>
+#include <hcrypto/pkcs12.h>
+#include <hcrypto/hmac.h>
+#endif /* __crypto_headers_h__ */