Commit cecf4d98 authored by Ben Laurie's avatar Ben Laurie
Browse files

Remove unused variable.

parent 070e40e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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