]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - kerberos5/include/crypto-headers.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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/evp.h>
6 #include <openssl/des.h>
7 #include <openssl/rc4.h>
8 #include <openssl/md2.h>
9 #include <openssl/md4.h>
10 #include <openssl/md5.h>
11 #include <openssl/sha.h>
12 #include <openssl/aes.h>
13 #include <openssl/ui.h>
14 #include <openssl/rand.h>
15 #include <openssl/engine.h>
16 #include <openssl/pkcs12.h>
17 #include <openssl/hmac.h>
18 #endif /* __crypto_headers_h__ */