Some refactoring of pathfinder support
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index ecfe9ea874e8425131f7fff9315a764e41acf991..a219c6c19c07648f7c58f2c5e07cb323fae46e22 100644 (file)
@@ -90,6 +90,9 @@ struct opkg_conf
      char *ssl_ca_path;
      int ssl_dont_verify_peer;
 #endif
+#ifdef HAVE_PATHFINDER
+     int check_x509_path;
+#endif
 
      /* proxy options */
      char *http_proxy;