From: Joe Orton Date: Thu, 8 Oct 2015 12:17:41 +0000 (+0000) Subject: * modules/ssl/ssl_engine_kernel.c: Constify the ssl_hook_Fixup_vars array itself. X-Git-Tag: 2.5.0-alpha~2739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58c0c5a8e04accb5e1ba0e7b51268fcec0a8677;p=thirdparty%2Fapache%2Fhttpd.git * modules/ssl/ssl_engine_kernel.c: Constify the ssl_hook_Fixup_vars array itself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707512 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 9af5daa7602..242fa4089d2 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -1125,7 +1125,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",