From 7d05d92285fb17e87388d85f184ce3df428978ac Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 6 Oct 2020 13:35:09 +0200 Subject: [PATCH] Fix white-space --- project.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2