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:
Jacques Vidrine 2003-01-21 14:08:24 +00:00
parent 34526ea4d5
commit 8e708b24ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109640

View file

@ -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>