projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
80685ca
)
ssl_store_cert(): Fix typo in an error message
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 26 Aug 2020 09:25:02 +0000
(11:25 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000
(12:22 +0200)
openssl.c
patch
|
blob
|
history
diff --git
a/openssl.c
b/openssl.c
index
a2d8853
..
81d88b6
100644
(file)
--- a/
openssl.c
+++ b/
openssl.c
@@
-416,7
+416,7
@@
static int ssl_store_cert(struct client_state *csp, X509* crt)
if (BIO_puts(bio, "\nsubject name : ") <= 0)
{
if (BIO_puts(bio, "\nsubject name : ") <= 0)
{
- log_ssl_errors(LOG_LEVEL_ERROR, "BIO_puts() for sub
l
ect failed");
+ log_ssl_errors(LOG_LEVEL_ERROR, "BIO_puts() for sub
j
ect failed");
ret = -1;
goto exit;
}
ret = -1;
goto exit;
}