Remove unused variable.

This commit is contained in:
Ben Laurie 2013-10-21 03:34:00 +01:00
parent 070e40e2f5
commit cecf4d98d0

View File

@ -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