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
This commit is contained in:
Philippe Sultan
2008-06-27 07:28:17 +00:00
parent 09c659d7d0
commit e08829764c
2 changed files with 20 additions and 16 deletions

View File

@@ -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"