opkg: use opkg_message rather than printf in opkg_verify_file()
[oweals/opkg-lede.git] / libopkg / opkg_cmd.c
index 463b15d49f5081117c622ea57fad35e70bd4175a..5aa5dfa3f4c6e043a7f228363eab55ba8e0cfb6f 100644 (file)
@@ -277,7 +277,7 @@ static int opkg_update_cmd(opkg_conf_t *conf, int argc, char **argv)
                opkg_message (conf, OPKG_NOTICE, "Signature check failed\n");
          } else {
            int err;
-           err = opkg_verify_file (list_file_name, tmp_file_name);
+           err = opkg_verify_file (conf, list_file_name, tmp_file_name);
            if (err == 0)
                opkg_message (conf, OPKG_NOTICE, "Signature check passed\n");
            else