Backport of other fixes to keep VC++ happy.

This commit is contained in:
Dr. Stephen Henson
2006-01-30 13:49:59 +00:00
parent 1ce2fb42de
commit d37ca24da9
9 changed files with 12 additions and 12 deletions

View File

@@ -1716,7 +1716,7 @@ void ssl_update_cache(SSL *s,int mode)
?s->ctx->stats.sess_connect_good
:s->ctx->stats.sess_accept_good) & 0xff) == 0xff)
{
SSL_CTX_flush_sessions(s->ctx,time(NULL));
SSL_CTX_flush_sessions(s->ctx,(unsigned long)time(NULL));
}
}
}