From: Ben Laurie Date: Mon, 21 Oct 2013 02:34:00 +0000 (+0100) Subject: Remove unused variable. X-Git-Tag: master-post-reformat~1119 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f944107a9c2fdf529fa4c8259e7b409691c8960;p=oweals%2Fopenssl.git Remove unused variable. --- diff --git a/ssl/s23_clnt.c b/ssl/s23_clnt.c index af4fffe67d..fa20c1c3bd 100644 --- a/ssl/s23_clnt.c +++ b/ssl/s23_clnt.c @@ -296,7 +296,7 @@ static int ssl23_client_hello(SSL *s) unsigned char *buf; unsigned char *p,*d; int i,ch_len; - unsigned long Time,l; + unsigned long l; int ssl2_compat; int version = 0, version_major, version_minor; #ifndef OPENSSL_NO_COMP