]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_kernel.c: Constify the ssl_hook_Fixup_vars array itself.
authorJoe Orton <jorton@apache.org>
Thu, 8 Oct 2015 12:17:41 +0000 (12:17 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 8 Oct 2015 12:17:41 +0000 (12:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707512 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index 9af5daa760287e6b3fe9f48fdfbb1ac53fc1d17e..242fa4089d28333bb4cd0ddccb93af0d8e5a91e2 100644 (file)
@@ -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",