projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b953e
)
Replace a stray reference to mbedtls with OpenSSL
author
Fabian Keil
<fk@fabiankeil.de>
Thu, 20 Aug 2020 10:48:11 +0000
(12:48 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000
(12:22 +0200)
Sponsored by: Robert Klemme
openssl.c
patch
|
blob
|
history
diff --git
a/openssl.c
b/openssl.c
index
bf8f3fe
..
252daa3
100644
(file)
--- a/
openssl.c
+++ b/
openssl.c
@@
-626,7
+626,7
@@
extern int create_client_ssl_connection(struct client_state *csp)
SSL* ssl;
/*
- * Initializing
mbedtls
structures for TLS/SSL connection
+ * Initializing
OpenSSL
structures for TLS/SSL connection
*/
openssl_init();