mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
staticize a global variable and remove an unused field structure.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48062 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -72,7 +72,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
#ifdef DO_SSL
|
#ifdef DO_SSL
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
SSL_CTX* ssl_ctx;
|
static SSL_CTX* ssl_ctx;
|
||||||
#endif /* DO_SSL */
|
#endif /* DO_SSL */
|
||||||
|
|
||||||
/* SSL support */
|
/* SSL support */
|
||||||
@@ -92,7 +92,6 @@ struct server_instance {
|
|||||||
SSL *ssl; /* ssl state */
|
SSL *ssl; /* ssl state */
|
||||||
#endif
|
#endif
|
||||||
struct sockaddr_in requestor;
|
struct sockaddr_in requestor;
|
||||||
ast_http_callback callback;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Reference in New Issue
Block a user