Avoid warnings on VC++ 2005.

This commit is contained in:
Dr. Stephen Henson
2005-12-05 17:21:22 +00:00
parent ad2695b1b7
commit 7bbcb2f690
11 changed files with 16 additions and 16 deletions

View File

@@ -144,7 +144,7 @@ IMPLEMENT_ssl2_meth_func(SSLv2_server_method,
int ssl2_accept(SSL *s)
{
unsigned long l=time(NULL);
unsigned long l=(unsigned long)time(NULL);
BUF_MEM *buf=NULL;
int ret= -1;
long num1;