summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/crypto-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal_build/crypto-headers.h')
-rw-r--r--source4/heimdal_build/crypto-headers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/heimdal_build/crypto-headers.h b/source4/heimdal_build/crypto-headers.h
new file mode 100644
index 0000000000..ced0b13649
--- /dev/null
+++ b/source4/heimdal_build/crypto-headers.h
@@ -0,0 +1,11 @@
+#ifndef __crypto_headers_h__
+#define __crypto_headers_h__
+#include <krb5-types.h>
+#include <des.h>
+#include <md4.h>
+#include <md5.h>
+#include <sha.h>
+#include <rc4.h>
+#include <rc2.h>
+#include <aes.h>
+#endif /* __crypto_headers_h__ */