aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/include/crypto-headers.h
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-09-16 21:10:29 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-09-16 21:10:29 +0000
commit42756860e3842166e7035b2b297e097c06b8001a (patch)
treeeaba44ac1ca31cb3578556bc4f9b8f473a81154b /kerberos5/include/crypto-headers.h
parent43a237125624746314f304abd9634dc744a70d93 (diff)
downloadsrc-42756860e3842166e7035b2b297e097c06b8001a.tar.gz
src-42756860e3842166e7035b2b297e097c06b8001a.zip
Update build infrastructure after import of Heimdal Kerberos 2002/09/16.
Notes
Notes: svn path=/head/; revision=103427
Diffstat (limited to 'kerberos5/include/crypto-headers.h')
-rw-r--r--kerberos5/include/crypto-headers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/kerberos5/include/crypto-headers.h b/kerberos5/include/crypto-headers.h
new file mode 100644
index 000000000000..dc3c9c36de5b
--- /dev/null
+++ b/kerberos5/include/crypto-headers.h
@@ -0,0 +1,9 @@
+/* $FreeBSD$ */
+#ifndef __crypto_headers_h__
+#define __crypto_headers_h__
+#include <openssl/des.h>
+#include <openssl/rc4.h>
+#include <openssl/md4.h>
+#include <openssl/md5.h>
+#include <openssl/sha.h>
+#endif /* __crypto_headers_h__ */