Backport of other fixes to keep VC++ happy.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user