summaryrefslogtreecommitdiff
path: root/include/asterisk/jabber.h
diff options
context:
space:
mode:
authorPhilippe Sultan <philippe.sultan@gmail.com>2008-06-27 07:28:17 +0000
committerPhilippe Sultan <philippe.sultan@gmail.com>2008-06-27 07:28:17 +0000
commite08829764cc1d8c138aed65c0bbc97e10dcdcba3 (patch)
tree328031c78972cdcd14169e16481ff16b65db7abc /include/asterisk/jabber.h
parent09c659d7d0c920e78ba7e4cbe8254925fe7e95e9 (diff)
Fix a compile time error that occurs if OpenSSL is not installed. Reported by Noel Morais on the users mailing list
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/jabber.h')
-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"