From: Joe Orton Date: Fri, 12 Mar 2004 17:14:28 +0000 (+0000) Subject: * modules/ssl/ssl_engine_log.c (ssl_log_annotation): const-ify more. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f419e8e2218eaf2d903dcb2814c020ba8834bdfb;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- 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;