summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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 ();