mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
274 B
C
10 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__ */
|