mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Remove some ap_add_version_component() calls that don't provide any information
because the modules don't have separate version numbers anymore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -44,7 +44,6 @@ static void ssl_add_version_components(apr_pool_t *p,
|
||||
char *incver = ssl_var_lookup(p, s, NULL, NULL,
|
||||
"SSL_VERSION_LIBRARY_INTERFACE");
|
||||
|
||||
ap_add_version_component(p, modver);
|
||||
ap_add_version_component(p, libver);
|
||||
|
||||
ap_log_error(APLOG_MARK, APLOG_INFO, 0, s,
|
||||
|
Reference in New Issue
Block a user