Remove unused variable.
This commit is contained in:
parent
070e40e2f5
commit
cecf4d98d0
@ -296,7 +296,7 @@ static int ssl23_client_hello(SSL *s)
|
|||||||
unsigned char *buf;
|
unsigned char *buf;
|
||||||
unsigned char *p,*d;
|
unsigned char *p,*d;
|
||||||
int i,ch_len;
|
int i,ch_len;
|
||||||
unsigned long Time,l;
|
unsigned long l;
|
||||||
int ssl2_compat;
|
int ssl2_compat;
|
||||||
int version = 0, version_major, version_minor;
|
int version = 0, version_major, version_minor;
|
||||||
#ifndef OPENSSL_NO_COMP
|
#ifndef OPENSSL_NO_COMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user