Add error messages in case of signature error
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 407c8dea424a836b39be26b9c0d5e2b7bda7ca6c..4bd50e59d38c3fc6fcecf82d410ce69866729d23 100644 (file)
@@ -57,12 +57,14 @@ struct opkg_conf
      int autoremove;
      int force_depends;
      int force_defaults;
+     int force_maintainer;
      int force_overwrite;
      int force_downgrade;
      int force_reinstall;
      int force_space;
      int force_removal_of_dependent_packages;
      int force_removal_of_essential_packages;
+     int check_signature;
      int nodeps; /* do not follow dependences */
      char *offline_root;
      char *offline_root_path;
@@ -80,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;