Fix white-space
[privoxy.git] / 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_CTXctx;
+   SSL_CTX *ctx;
    BIO *bio;
 } openssl_connection_attr;
 #endif /* FEATURE_HTTPS_INSPECTION_OPENSSL */