libopkg: support https_proxy
[project/opkg-lede.git] / libopkg / opkg_conf.h
index cd69cebbb11abecf1fb8548509c0f0504c1c694d..781c8f4c72ae6e3c2f90dc6f38356c4bef4e7e5c 100644 (file)
@@ -96,6 +96,7 @@ struct opkg_conf {
        /* proxy options */
        char *http_proxy;
        char *http_timeout;
+       char *https_proxy;
        char *ftp_proxy;
        char *no_proxy;
        char *proxy_user;