summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_conf.h')
-rw-r--r--libopkg/opkg_conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h
index ca2661b..4bd50e5 100644
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
@@ -82,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;