From 8e708b24cac89c8015b8dcdd4a4afcd40c0d78a5 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Tue, 21 Jan 2003 14:08:24 +0000 Subject: [PATCH] Define OPENSSL_DES_LIBDES_COMPATIBILITY so that Heimdal will build with OpenSSL 0.9.7 when it is imported. (This currently has no effect.) --- kerberos5/include/crypto-headers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kerberos5/include/crypto-headers.h b/kerberos5/include/crypto-headers.h index dc3c9c36de5..b224364140f 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 #include #include