From 4d44c1793937b2de6f3fce6517f76a242e72c835 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sat, 21 Feb 2015 03:14:32 -0800 Subject: [PATCH] Removed unused variables left behind from bbb81af --- src/common/ssl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/ssl.c b/src/common/ssl.c index de1d946b..f4e23665 100644 --- a/src/common/ssl.c +++ b/src/common/ssl.c @@ -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 ();