projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c26a7
)
Fix a comment typo
author
Fabian Keil
<fk@fabiankeil.de>
Sat, 22 Feb 2020 21:56:32 +0000
(22:56 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 23 Feb 2020 12:04:15 +0000
(13:04 +0100)
ssl.h
patch
|
blob
|
history
diff --git
a/ssl.h
b/ssl.h
index
b5a9414
..
852d323
100644
(file)
--- a/
ssl.h
+++ b/
ssl.h
@@
-46,7
+46,7
@@
static mbedtls_ctr_drbg_context ctr_drbg;
static mbedtls_entropy_context entropy;
static int rng_seeded;
-/* Boolean functions to get information
s
about TLS/SSL connections */
+/* Boolean functions to get information about TLS/SSL connections */
extern int client_use_ssl(const struct client_state *csp);
extern int server_use_ssl(const struct client_state *csp);
extern size_t is_ssl_pending(mbedtls_ssl_context *ssl);