Removed unused variables left behind from bbb81af

This commit is contained in:
Arnavion 2015-02-21 03:14:32 -08:00
parent 5b24c60def
commit 4d44c17939
1 changed files with 0 additions and 3 deletions

View File

@ -83,9 +83,6 @@ SSL_CTX *
_SSL_context_init (void (*info_cb_func))
{
SSL_CTX *ctx;
#ifdef WIN32
int i, r;
#endif
SSLeay_add_ssl_algorithms ();
SSL_load_error_strings ();