]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_log.c (ssl_log_annotation): const-ify more.
authorJoe Orton <jorton@apache.org>
Fri, 12 Mar 2004 17:14:28 +0000 (17:14 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 12 Mar 2004 17:14:28 +0000 (17:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102943 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_log.c

index 7e094a1c68cb7e2987602f67b706c44a5ebfc36e..0e16e1c3bcdb78b1a81e84cc938f76f8fa35c416 100644 (file)
@@ -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;