projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d6c9b0e
)
ssl_send_certificate_error(): End body with a single new line
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Feb 2021 02:33:46 +0000
(
03:33
+0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 21 Feb 2021 15:09:20 +0000
(16:09 +0100)
ssl_common.c
patch
|
blob
|
history
diff --git
a/ssl_common.c
b/ssl_common.c
index
e46747e
..
ac146f8
100644
(file)
--- a/
ssl_common.c
+++ b/
ssl_common.c
@@
-337,7
+337,7
@@
extern void ssl_send_certificate_error(struct client_state *csp)
"<p><a href=\"https://" CGI_SITE_2_HOST "/\">Privoxy</a> was unable "
"to securely connect to the destination server.</p>"
"<p>Reason: ";
- const char message_end[] = "</body></html>\
r\n\r\
n";
+ const char message_end[] = "</body></html>\n";
char reason[INVALID_CERT_INFO_BUF_SIZE];
memset(reason, 0, sizeof(reason));