From a955a6fb8b90910f8d2011b59a9dd025eb267ac0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 24 Jul 2018 15:05:40 -0400 Subject: [PATCH] b0rk d0rk aaak --- citadel/modules/crypto/serv_crypto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/modules/crypto/serv_crypto.h b/citadel/modules/crypto/serv_crypto.h index 650b8e94a..34c08db86 100644 --- a/citadel/modules/crypto/serv_crypto.h +++ b/citadel/modules/crypto/serv_crypto.h @@ -11,6 +11,7 @@ #define CIT_CIPHERS "ALL:RC4+RSA:+SSLv2:+TLSv1:!MD5:@STRENGTH" /* see ciphers(1) */ #ifdef HAVE_OPENSSL +#define OPENSSL_NO_KRB5 /* work around redhat b0rken ssl headers */ void destruct_ssl(void); void init_ssl(void); void client_write_ssl (const char *buf, int nbytes); -- 2.30.2