summaryrefslogtreecommitdiffstats
path: root/kerberos5/include
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-01-21 14:08:24 +0000
committernectar <nectar@FreeBSD.org>2003-01-21 14:08:24 +0000
commit8bafd7d816991e89b8599aff4f5a1ef6d27dc80e (patch)
treebd8c968252696f398daa447970ea412838d37f54 /kerberos5/include
parent08c6a1c4e5878859de0f0b5ddd7163abbbaade7e (diff)
downloadFreeBSD-src-8bafd7d816991e89b8599aff4f5a1ef6d27dc80e.zip
FreeBSD-src-8bafd7d816991e89b8599aff4f5a1ef6d27dc80e.tar.gz
Define OPENSSL_DES_LIBDES_COMPATIBILITY so that Heimdal will build with
OpenSSL 0.9.7 when it is imported. (This currently has no effect.)
Diffstat (limited to 'kerberos5/include')
-rw-r--r--kerberos5/include/crypto-headers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerberos5/include/crypto-headers.h b/kerberos5/include/crypto-headers.h
index dc3c9c3..b224364 100644
--- a/kerberos5/include/crypto-headers.h
+++ b/kerberos5/include/crypto-headers.h
@@ -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>
OpenPOWER on IntegriCloud