X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=ad896275a4595fc757cde6fdc4fedac16efed656;hp=4460c6c60887594325cfc74dedcd4d8793e2d2b3;hb=e505664ef3fd26330ceb24778e6a3a3905e1ca10;hpb=e6123ed6458893f418d5ae2abba3d251080f99c5 diff --git a/src/options.h b/src/options.h index 4460c6c6..ad896275 100644 --- a/src/options.h +++ b/src/options.h @@ -200,7 +200,8 @@ struct options secure_protocol_auto, secure_protocol_sslv2, secure_protocol_sslv3, - secure_protocol_tlsv1 + secure_protocol_tlsv1, + secure_protocol_pfs } secure_protocol; /* type of secure protocol to use. */ bool check_cert; /* whether to validate the server's cert */ char *cert_file; /* external client certificate to use. */