]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - kerberos5/include/crypto-headers.h
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / kerberos5 / include / crypto-headers.h
1 /* $FreeBSD$ */
2 #ifndef __crypto_headers_h__
3 #define __crypto_headers_h__
4 #define OPENSSL_DES_LIBDES_COMPATIBILITY
5 #include <openssl/des.h>
6 #include <openssl/rc4.h>
7 #include <openssl/md4.h>
8 #include <openssl/md5.h>
9 #include <openssl/sha.h>
10 #endif /* __crypto_headers_h__ */