projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd81b8b
)
openssl.c: Fix comment typo
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 12 Jan 2021 12:25:44 +0000
(13:25 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 13 Jan 2021 08:58:17 +0000
(09:58 +0100)
openssl.c
patch
|
blob
|
history
diff --git
a/openssl.c
b/openssl.c
index
e3717af
..
e87e997
100644
(file)
--- a/
openssl.c
+++ b/
openssl.c
@@
-1647,7
+1647,7
@@
static int ssl_certificate_is_invalid(const char *cert_file)
* 3 : nid = OpenSSL NID
* 4 : value = extension value
*
- * Returns : 0 => Error while setting extens
u
on data
+ * Returns : 0 => Error while setting extens
i
on data
* 1 => It worked
*
*********************************************************************/