X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fopkg_conf.h;h=9cf76811a184591e913ff683c198203827b18e10;hp=acb7fa0cd8467e178b3a7d5bca46aee44981578b;hb=1a4c5369c4f62b0fc573f22fa53724603672910a;hpb=04ac0b44dfcf848e30bfa6c29894dbe908007385 diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index acb7fa0..9cf7681 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -89,22 +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 - /* proxy options */ char *http_proxy; char *ftp_proxy;