X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libopkg%2Fopkg_conf.h;h=9cf76811a184591e913ff683c198203827b18e10;hb=546bc72356c7a6b435540852b10625b7531f2117;hp=3893f33f2127e98640b207e9d82bd82150cf6bbd;hpb=e2e66a62227b2805c4577b33e36ee4fc7d090e86;p=oweals%2Fopkg-lede.git diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index 3893f33..9cf7681 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -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;