Skip to content
Snippets Groups Projects
Commit a381d355 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent 8017bc6e
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#ifdef DO_SSL
#include <openssl/ssl.h>
#include <openssl/err.h>
SSL_CTX* ssl_ctx;
static SSL_CTX* ssl_ctx;
#endif /* DO_SSL */
/* SSL support */
......@@ -92,7 +92,6 @@ struct server_instance {
SSL *ssl; /* ssl state */
#endif
struct sockaddr_in requestor;
ast_http_callback callback;
};
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment