mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Define OPENSSL_DES_LIBDES_COMPATIBILITY so that Heimdal will build with
OpenSSL 0.9.7 when it is imported. (This currently has no effect.)
This commit is contained in:
parent
34526ea4d5
commit
8e708b24ca
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* $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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue