mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Tue May 19 12:03:18 CDT 2009 Pekka Pessi <first.last@nokia.com>
* tport_tls.c: removed global tls_ex_data_idx, using static one git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13540 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d90b97bc24
commit
d073879155
@ -1 +1 @@
|
||||
Mon Jun 1 17:49:04 CDT 2009
|
||||
Mon Jun 1 17:49:52 CDT 2009
|
||||
|
@ -90,7 +90,7 @@ static int once;
|
||||
#include "tport_tls.h"
|
||||
|
||||
char const tls_version[] = OPENSSL_VERSION_TEXT;
|
||||
int tls_ex_data_idx = -1; /* see SSL_get_ex_new_index(3ssl) */
|
||||
static int tls_ex_data_idx = -1; /* see SSL_get_ex_new_index(3ssl) */
|
||||
|
||||
static void
|
||||
tls_init_once(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user