X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=project.h;h=491a970cf25d864dd6b4fe3fb1ac992a4b904905;hb=cfee8f25226bfd41a5566766cdf4669d3cf18c51;hp=ffe6d0ae70e811c94202336e26c014cf7fe9b7b5;hpb=07f84edf9d548be367a5525f38e8ffe7f64353eb;p=privoxy.git 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 };