]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Applied Christian Fraenkel's patch "custom certificate patch for wget-1.7+dev;
[wget] / src / options.h
index 7c1fac51a46f0d58d2c4a4d7cbe8291af6512fb3..13b0bf20e41adb426498f318669cd7e00854b0f7 100644 (file)
@@ -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