提交 9f944107 编写于 作者: B Ben Laurie

Remove unused variable.

上级 2927791d
...@@ -296,7 +296,7 @@ static int ssl23_client_hello(SSL *s) ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册