Module Name: src
Committed By: hannken
Date: Sun Aug 21 10:45:33 UTC 2011
Modified Files:
src/libexec/httpd: ssl-bozo.c
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/libexec/httpd/ssl-bozo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/ssl-bozo.c
diff -u src/libexec/httpd/ssl-bozo.c:1.10 src/libexec/httpd/ssl-bozo.c:1.11
--- src/libexec/httpd/ssl-bozo.c:1.10 Sun Aug 21 09:03:20 2011
+++ src/libexec/httpd/ssl-bozo.c Sun Aug 21 10:45:33 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: ssl-bozo.c,v 1.10 2011/08/21 09:03:20 christos Exp $ */
+/* $NetBSD: ssl-bozo.c,v 1.11 2011/08/21 10:45:33 hannken Exp $ */
/* $eterna: ssl-bozo.c,v 1.13 2010/05/12 12:24:58 rtr Exp $ */
@@ -79,7 +79,7 @@
unsigned int sslcode = ERR_get_error();
do {
- static conar char sslfmt[] = "SSL Error: %s:%s:%s";
+ static const char sslfmt[] = "SSL Error: %s:%s:%s";
if (httpd->logstderr || isatty(STDERR_FILENO)) {
fprintf(stderr, sslfmt,