From 210668a5518b341d898e79f09df78c6aeaaa01dd Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 18 Feb 2011 11:20:52 -0500 Subject: [PATCH] Enable XMPP over TLS --- citadel/modules/xmpp/serv_xmpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(""); -- 2.30.2