X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=4460c6c60887594325cfc74dedcd4d8793e2d2b3;hp=0a10c9b396b6ae4491c572a2308eca350b1b3603;hb=42c78fdd71c311cf96210b709ec0a18ef45ef87f;hpb=a7df7ecc2fe452e4bfb29ad2d93ef4d715e75a42 diff --git a/src/options.h b/src/options.h index 0a10c9b3..4460c6c6 100644 --- a/src/options.h +++ b/src/options.h @@ -215,9 +215,9 @@ struct options char *ca_directory; /* CA directory (hash files) */ char *ca_cert; /* CA certificate file to use */ - char *random_file; /* file with random data to seed the PRNG */ char *egd_file; /* file name of the egd daemon socket */ + bool https_only; /* whether to follow HTTPS only */ #endif /* HAVE_SSL */ bool cookies; /* whether cookies are used. */