aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/jabber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index 5b427cac1..b56900d14 100644
--- a/include/asterisk/jabber.h
+++ b/include/asterisk/jabber.h
@@ -49,13 +49,13 @@
#include <openssl/err.h>
#define TRY_SECURE 2
#define SECURE 4
+
+#endif /* HAVE_OPENSSL */
/* file is read by blocks with this size */
#define NET_IO_BUF_SIZE 4096
/* Return value for timeout connection expiration */
#define IKS_NET_EXPIRED 12
-#endif /* HAVE_OPENSSL */
-
#include <iksemel.h>
#include "asterisk/astobj.h"
#include "asterisk/linkedlists.h"