mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 00:31:06 +01:00
8e708b24ca
OpenSSL 0.9.7 when it is imported. (This currently has no effect.)
11 lines
274 B
C
11 lines
274 B
C
/* $FreeBSD$ */
|
|
#ifndef __crypto_headers_h__
|
|
#define __crypto_headers_h__
|
|
#define OPENSSL_DES_LIBDES_COMPATIBILITY
|
|
#include <openssl/des.h>
|
|
#include <openssl/rc4.h>
|
|
#include <openssl/md4.h>
|
|
#include <openssl/md5.h>
|
|
#include <openssl/sha.h>
|
|
#endif /* __crypto_headers_h__ */
|