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

@@ -140,7 +140,7 @@ IMPLEMENT_ssl23_meth_func(SSLv23_server_method,
int ssl23_accept(SSL *s)
{
BUF_MEM *buf;
unsigned long Time=time(NULL);
unsigned long Time=(unsigned long)time(NULL);
void (*cb)(const SSL *ssl,int type,int val)=NULL;
int ret= -1;
int new_state,state;