dect
/
asterisk
Archived
13
0
Fork 0

staticize a global variable and remove an unused field structure.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48062 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-11-27 18:51:10 +00:00
parent d86306cb87
commit b728b58d5a
1 changed files with 1 additions and 2 deletions

View File

@ -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;
};
/*!