pkg_depends: add missing parse_replacelist() prototype
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 3893f33f2127e98640b207e9d82bd82150cf6bbd..9cf76811a184591e913ff683c198203827b18e10 100644 (file)
@@ -89,25 +89,6 @@ struct opkg_conf {
        int download_only;
        char *cache;
 
-#ifdef HAVE_SSLCURL
-       /* some options could be used by
-        * wget if curl support isn't builtin
-        * If someone want to try...
-        */
-       char *ssl_engine;
-       char *ssl_cert;
-       char *ssl_cert_type;
-       char *ssl_key;
-       char *ssl_key_type;
-       char *ssl_key_passwd;
-       char *ssl_ca_file;
-       char *ssl_ca_path;
-       int ssl_dont_verify_peer;
-#endif
-#ifdef HAVE_PATHFINDER
-       int check_x509_path;
-#endif
-
        /* proxy options */
        char *http_proxy;
        char *ftp_proxy;