mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Merge r1788032, r1788033, r1783764, r1707512, r1783770 from trunk:
Save a few bytes in the conf pool. 'push_item' and 'add_alt' already duplicate their parameters, so we can safely use the temp_pool here. Use 'ap_cstr_casecmp' to simplify code. Remove useless case. We know that to can not be NULL at this point. Follow up to r1772812: update APLOGNO(). * modules/ssl/ssl_engine_kernel.c: Constify the ssl_hook_Fixup_vars array itself. winnt/service: each log message should use its own APLOGNO. Submitted by: jailletc36, ylavic, jorton, ylavic Reviewed by: jailletc36, covener, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1793466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1287,7 +1287,7 @@ int ssl_hook_Auth(request_rec *r)
|
||||
* Fixup Handler
|
||||
*/
|
||||
|
||||
static const char *ssl_hook_Fixup_vars[] = {
|
||||
static const char *const ssl_hook_Fixup_vars[] = {
|
||||
"SSL_VERSION_INTERFACE",
|
||||
"SSL_VERSION_LIBRARY",
|
||||
"SSL_PROTOCOL",
|
||||
|
Reference in New Issue
Block a user