aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/include
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-01-21 14:08:24 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-01-21 14:08:24 +0000
commit8e708b24cac89c8015b8dcdd4a4afcd40c0d78a5 (patch)
treebd8c968252696f398daa447970ea412838d37f54 /kerberos5/include
parent34526ea4d5d60f63006c950c40b028256f9e06ce (diff)
downloadsrc-8e708b24cac89c8015b8dcdd4a4afcd40c0d78a5.tar.gz
src-8e708b24cac89c8015b8dcdd4a4afcd40c0d78a5.zip
Define OPENSSL_DES_LIBDES_COMPATIBILITY so that Heimdal will build with
OpenSSL 0.9.7 when it is imported. (This currently has no effect.)
Notes
Notes: svn path=/head/; revision=109640
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 dc3c9c36de5b..b224364140f0 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>