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:
277d183
)
Fix typo
author
Fabian Keil
<fk@fabiankeil.de>
Mon, 25 Nov 2019 13:06:01 +0000
(14:06 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 27 Nov 2019 12:31:08 +0000
(13:31 +0100)
ssl.c
patch
|
blob
|
history
diff --git
a/ssl.c
b/ssl.c
index
af6d905
..
ce81516
100644
(file)
--- a/
ssl.c
+++ b/
ssl.c
@@
-965,7
+965,7
@@
static int write_certificate(mbedtls_x509write_cert *crt, const char *output_fil
memset(cert_buf, 0, sizeof(cert_buf));
/*
- * Writing certificate into PEM string. If buffer is too small, fuction
+ * Writing certificate into PEM string. If buffer is too small, fu
n
ction
* returns specific error and no buffer overflow can happen.
*/
if ((ret = mbedtls_x509write_crt_pem(crt, cert_buf,