[Privoxy-commits] [privoxy] 42/46: Adjust a couple of asterisks
User Git
git at git.privoxy.org
Sun Feb 21 15:11:04 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit f7ff66d8e391d3be748c8a3824518cd9ae5ca7a8
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Feb 16 03:34:14 2021 +0100
Adjust a couple of asterisks
---
project.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/project.h b/project.h
index ffe6d0ae..491a970c 100644
--- a/project.h
+++ b/project.h
@@ -1572,16 +1572,16 @@ struct configuration_spec
#ifdef FEATURE_HTTPS_INSPECTION
/** Password for proxy ca file **/
- char * ca_password;
+ char *ca_password;
/** Directory with files of ca **/
char *ca_directory;
/** Filename of ca certificate **/
- char * ca_cert_file;
+ char *ca_cert_file;
/** Filename of ca key **/
- char * ca_key_file;
+ char *ca_key_file;
/** Directory for saving certificates and keys for each webpage **/
char *certificate_directory;
@@ -1590,7 +1590,7 @@ struct configuration_spec
char *cipher_list;
/** Filename of trusted CAs certificates **/
- char * trusted_cas_file;
+ char *trusted_cas_file;
#endif
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list