[asterisk-commits] file: branch file/netsock2 r97534 - /team/file/netsock2/main/netsock2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 9 12:17:59 CST 2008
Author: file
Date: Wed Jan 9 12:17:59 2008
New Revision: 97534
URL: http://svn.digium.com/view/asterisk?view=rev&rev=97534
Log:
Certificate and cipher aren't needed in the socket structure.
Modified:
team/file/netsock2/main/netsock2.c
Modified: team/file/netsock2/main/netsock2.c
URL: http://svn.digium.com/view/asterisk/team/file/netsock2/main/netsock2.c?view=diff&rev=97534&r1=97533&r2=97534
==============================================================================
--- team/file/netsock2/main/netsock2.c (original)
+++ team/file/netsock2/main/netsock2.c Wed Jan 9 12:17:59 2008
@@ -72,8 +72,6 @@
#ifdef HAVE_OPENSSL
SSL *ssl;
SSL_CTX *ssl_ctx;
- char *certificate;
- char *cipher;
#endif
int references;
AST_LIST_ENTRY(ast_netsock2_socket) list;
More information about the asterisk-commits
mailing list