Fix from HEAD.

This commit is contained in:
Dr. Stephen Henson
2005-12-05 17:32:22 +00:00
parent 7614f0e55e
commit 974d52fdb8
11 changed files with 16 additions and 16 deletions

View File

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