Removed unused variables left behind from bbb81af
This commit is contained in:
parent
5b24c60def
commit
4d44c17939
|
@ -83,9 +83,6 @@ SSL_CTX *
|
||||||
_SSL_context_init (void (*info_cb_func))
|
_SSL_context_init (void (*info_cb_func))
|
||||||
{
|
{
|
||||||
SSL_CTX *ctx;
|
SSL_CTX *ctx;
|
||||||
#ifdef WIN32
|
|
||||||
int i, r;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SSLeay_add_ssl_algorithms ();
|
SSLeay_add_ssl_algorithms ();
|
||||||
SSL_load_error_strings ();
|
SSL_load_error_strings ();
|
||||||
|
|
Loading…
Reference in New Issue