projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4864311
)
Fix white-space
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 6 Oct 2020 11:35:09 +0000
(13:35 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 9 Oct 2020 07:40:39 +0000
(09:40 +0200)
project.h
patch
|
blob
|
history
diff --git
a/project.h
b/project.h
index
7918780
..
9445383
100644
(file)
--- a/
project.h
+++ b/
project.h
@@
-323,7
+323,7
@@
typedef struct {
* Struct of attributes necessary for TLS/SSL connection
*/
typedef struct {
- SSL_CTX
*
ctx;
+ SSL_CTX
*
ctx;
BIO *bio;
} openssl_connection_attr;
#endif /* FEATURE_HTTPS_INSPECTION_OPENSSL */