Add error messages in case of signature error
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index c2f9015b1a327d9547729e5a0ed0177bc8840f1f..4bd50e59d38c3fc6fcecf82d410ce69866729d23 100644 (file)
@@ -57,6 +57,7 @@ struct opkg_conf
      int autoremove;
      int force_depends;
      int force_defaults;
+     int force_maintainer;
      int force_overwrite;
      int force_downgrade;
      int force_reinstall;
@@ -81,6 +82,9 @@ struct opkg_conf
      char *proxy_user;
      char *proxy_passwd;
 
+     char *signature_ca_file;
+     char *signature_ca_path;
+
      hash_table_t pkg_hash;
      hash_table_t file_hash;
      hash_table_t obs_file_hash;