mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Catch up ssl to socache store expiry change, and clarify what the code is doing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -113,7 +113,7 @@ void ssl_scache_kill(server_rec *s)
|
||||
}
|
||||
|
||||
BOOL ssl_scache_store(server_rec *s, UCHAR *id, int idlen,
|
||||
time_t expiry, SSL_SESSION *sess,
|
||||
apr_time_t expiry, SSL_SESSION *sess,
|
||||
apr_pool_t *p)
|
||||
{
|
||||
SSLModConfigRec *mc = myModConfig(s);
|
||||
|
Reference in New Issue
Block a user