2002-09-16 21:10:29 +00:00
|
|
|
/* $FreeBSD$ */
|
|
|
|
#ifndef __crypto_headers_h__
|
|
|
|
#define __crypto_headers_h__
|
2003-01-21 14:08:24 +00:00
|
|
|
#define OPENSSL_DES_LIBDES_COMPATIBILITY
|
2002-09-16 21:10:29 +00:00
|
|
|
#include <openssl/des.h>
|
|
|
|
#include <openssl/rc4.h>
|
|
|
|
#include <openssl/md4.h>
|
|
|
|
#include <openssl/md5.h>
|
|
|
|
#include <openssl/sha.h>
|
|
|
|
#endif /* __crypto_headers_h__ */
|