projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0c030
)
OpenSSL ssl_store_cert(): Fix a format specifier
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 9 Feb 2021 15:13:03 +0000
(16:13 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 21 Feb 2021 15:09:20 +0000
(16:09 +0100)
openssl.c
patch
|
blob
|
history
diff --git
a/openssl.c
b/openssl.c
index
8239e33
..
824b0d7
100644
(file)
--- a/
openssl.c
+++ b/
openssl.c
@@
-656,7
+656,7
@@
static int ssl_store_cert(struct client_state *csp, X509* crt)
len = BIO_get_mem_data(bio, &bio_mem_data);
if (len <= 0)
{
- log_error(LOG_LEVEL_ERROR, "BIO_get_mem_data() returned %d "
+ log_error(LOG_LEVEL_ERROR, "BIO_get_mem_data() returned %
l
d "
"while gathering certificate information", len);
ret = -1;
goto exit;