mirror of
https://github.com/apache/httpd.git
synced 2025-09-11 09:30:48 +03:00
mod_ssl namespacing: Rename SSL_SESSION_id2sz() to modssl_SSL_SESSION_id2sz().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1670,7 +1670,7 @@ static void ssl_session_log(server_rec *s,
|
||||
"Inter-Process Session Cache: "
|
||||
"request=%s status=%s id=%s %s(session %s)",
|
||||
request, status,
|
||||
SSL_SESSION_id2sz(id, idlen, buf, sizeof(buf)),
|
||||
modssl_SSL_SESSION_id2sz(id, idlen, buf, sizeof(buf)),
|
||||
timeout_str, result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user