]> sjero.net Git - wget/blobdiff - src/options.h
added PFS to --secure-protocol
[wget] / src / options.h
index 4460c6c60887594325cfc74dedcd4d8793e2d2b3..ad896275a4595fc757cde6fdc4fedac16efed656 100644 (file)
@@ -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. */