Fix from HEAD.
This commit is contained in:
@@ -144,7 +144,7 @@ IMPLEMENT_ssl2_meth_func(SSLv2_client_method,
|
||||
|
||||
int ssl2_connect(SSL *s)
|
||||
{
|
||||
unsigned long l=time(NULL);
|
||||
unsigned long l=(unsigned long)time(NULL);
|
||||
BUF_MEM *buf=NULL;
|
||||
int ret= -1;
|
||||
void (*cb)(const SSL *ssl,int type,int val)=NULL;
|
||||
|
Reference in New Issue
Block a user