b0rk d0rk aaak
authorArt Cancro <ajc@citadel.org>
Tue, 24 Jul 2018 19:05:40 +0000 (15:05 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 24 Jul 2018 19:05:40 +0000 (15:05 -0400)
citadel/modules/crypto/serv_crypto.h

index 650b8e94ac36f245902dbedc48ee957fa9645d0b..34c08db86f3bfda20a6609a7906ab3007e05bfd8 100644 (file)
@@ -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);