X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=7918780f2e389a7e8a48c4de5de3437a3d4d4646;hp=6821aa035027d74fb26f1bbdf25138a276b5251c;hb=2ee44d395b5fc814fc3768da2bc8f0e4230baa68;hpb=1d7bf8e704652f1b12a6e396ed787f11f013898e diff --git a/project.h b/project.h index 6821aa03..7918780f 100644 --- a/project.h +++ b/project.h @@ -75,6 +75,11 @@ #endif /* FEATURE_HTTPS_INSPECTION_MBEDTLS */ #ifdef FEATURE_HTTPS_INSPECTION_OPENSSL +#ifdef _WIN32 +#include +#undef X509_NAME +#undef X509_EXTENSIONS +#endif #include #include #include @@ -766,6 +771,9 @@ struct reusable_connection enum forwarder_type forwarder_type; char *gateway_host; int gateway_port; + char *auth_username; + char *auth_password; + char *forward_host; int forward_port; };