X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fcrypto%2Fserv_crypto.h;h=34c08db86f3bfda20a6609a7906ab3007e05bfd8;hb=a955a6fb8b90910f8d2011b59a9dd025eb267ac0;hp=c7b033794a9d34966d9947d76f70e5824d3165f5;hpb=4de5a40af8cfc00866c7997ecf5b2971877f6b04;p=citadel.git diff --git a/citadel/modules/crypto/serv_crypto.h b/citadel/modules/crypto/serv_crypto.h index c7b033794..34c08db86 100644 --- a/citadel/modules/crypto/serv_crypto.h +++ b/citadel/modules/crypto/serv_crypto.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* * Number of days for which self-signed certs are valid. @@ -12,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);