xref: /freebsd/kerberos5/include/crypto-headers.h (revision 00a91cb7f41bebeca9770e0a76892559f504ec2e)
1 /* $FreeBSD$ */
2 #ifndef __crypto_headers_h__
3 #define __crypto_headers_h__
4 #include <openssl/des.h>
5 #include <openssl/rc4.h>
6 #include <openssl/md4.h>
7 #include <openssl/md5.h>
8 #include <openssl/sha.h>
9 #endif /* __crypto_headers_h__ */
10