Fix typo.
This commit is contained in:
parent
7084cee0f3
commit
0456a9b514
|
@ -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 @@ bozo_ssl_err(bozohttpd_t *httpd, int code, const char *fmt, ...)
|
|||
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue