From: Art Cancro Date: Fri, 18 Feb 2011 16:20:52 +0000 (-0500) Subject: Enable XMPP over TLS X-Git-Tag: v7.86~12 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=210668a5518b341d898e79f09df78c6aeaaa01dd Enable XMPP over TLS --- diff --git a/citadel/modules/xmpp/serv_xmpp.c b/citadel/modules/xmpp/serv_xmpp.c index 835b30195..52c3c3f2f 100644 --- a/citadel/modules/xmpp/serv_xmpp.c +++ b/citadel/modules/xmpp/serv_xmpp.c @@ -144,7 +144,7 @@ void xmpp_stream_start(void *data, const char *supplied_el, const char **attr) /* The features of this stream are... */ cprintf(""); -#ifdef HAVE_OPENSSL_XXXX_COMMENTED_OUT +#ifdef HAVE_OPENSSL /* TLS encryption (but only if it isn't already active) */ if (!CC->redirect_ssl) { cprintf("");