1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* 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
This commit is contained in:
Joe Orton
2015-10-08 12:17:41 +00:00
parent ee7412f8c3
commit f58c0c5a8e

View 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",