X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=13b0bf20e41adb426498f318669cd7e00854b0f7;hp=7c1fac51a46f0d58d2c4a4d7cbe8291af6512fb3;hb=07f60f19a4ee99ddc343bb51568b0c474e9b853d;hpb=2efc3520df1125ea96eff026ee57293ebf3e2ea1 diff --git a/src/options.h b/src/options.h index 7c1fac51..13b0bf20 100644 --- a/src/options.h +++ b/src/options.h @@ -153,6 +153,13 @@ struct options necessary to display a page properly. */ struct sockaddr_in *bind_address; /* What local IP address to bind to. */ + +#ifdef HAVE_SSL + char *sslcertfile; /* external client cert to use. */ + char *sslcertkey; /* the keyfile for this certificate + (if not internal) included in the + certfile. */ +#endif /* HAVE_SSL */ }; #ifndef OPTIONS_DEFINED_HERE