summary refs log tree commit diff stats
path: root/src/common/ssl.c
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-02-21 03:14:32 -0800
committerArnavion <arnavion@gmail.com>2015-02-21 03:14:32 -0800
commit4d44c1793937b2de6f3fce6517f76a242e72c835 (patch)
tree720010452accc36050958f7535113869951c0ee0 /src/common/ssl.c
parent5b24c60def78a1c6dd66b072db0615c117d788c4 (diff)
Removed unused variables left behind from bbb81af
Diffstat (limited to 'src/common/ssl.c')
-rw-r--r--src/common/ssl.c3
1 files changed, 0 insertions, 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 ();