1
0
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:
William A. Rowe Jr
2010-02-09 03:44:04 +00:00
parent 3cc4b9db61
commit dcac7e0552
4 changed files with 12 additions and 11 deletions

View File

@@ -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);