From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 6 Oct 2020 11:35:09 +0000 (+0200)
Subject: Fix white-space
X-Git-Tag: v_3_0_29~48
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/static/@default-cgi@toggle?a=commitdiff_plain;h=7d05d92285fb17e87388d85f184ce3df428978ac;p=privoxy.git
Fix white-space
---
diff --git a/project.h b/project.h
index 7918780f..94453834 100644
--- 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 */