crypto-headers.h revision 178828
1/* $FreeBSD: head/kerberos5/include/crypto-headers.h 178828 2008-05-07 13:53:12Z dfr $ */
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__ */
19