From f419e8e2218eaf2d903dcb2814c020ba8834bdfb Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 12 Mar 2004 17:14:28 +0000 Subject: [PATCH] * modules/ssl/ssl_engine_log.c (ssl_log_annotation): const-ify more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@102943 13f79535-47bb-0310-9956-ffa450edef68 --- ssl_engine_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl_engine_log.c b/ssl_engine_log.c index 7e094a1c68c..0e16e1c3bcd 100644 --- a/ssl_engine_log.c +++ b/ssl_engine_log.c @@ -51,7 +51,7 @@ static const struct { { NULL, NULL } }; -static const char *ssl_log_annotation(char *error) +static const char *ssl_log_annotation(const char *error) { int i = 0; -- 2.47.2