X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=943e66da729ea0a79fd77749420ca1b519b18a52;hp=2c1e51d54e3a8f37db1f5d9e5610247096076077;hb=61478413a02d7be37d44efb5c0c997a39a9da463;hpb=b9b7fa995883b91f442dfeedd5a5afb3138150e4 diff --git a/project.h b/project.h index 2c1e51d5..943e66da 100644 --- a/project.h +++ b/project.h @@ -351,7 +351,7 @@ struct http_request * Struct for linked list containing certificates */ typedef struct certs_chain { - char text_buf[CERT_INFO_BUF_SIZE]; /* text info about properties of certificate */ + char info_buf[CERT_INFO_BUF_SIZE]; /* text info about properties of certificate */ char file_buf[CERT_FILE_BUF_SIZE]; /* buffer for whole certificate - format to save in file */ struct certs_chain *next; /* next certificate in chain of trust */ } certs_chain_t; @@ -1603,6 +1603,7 @@ struct configuration_spec * INCLUDES the trailing slash. */ #define CGI_PREFIX "http://" CGI_SITE_2_HOST CGI_SITE_2_PATH "/" +#define CGI_PREFIX_HTTPS "https://" CGI_SITE_2_HOST CGI_SITE_2_PATH "/" #endif /* ndef PROJECT_H_INCLUDED */