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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user