when configure with --disable-gpg, no message complain about the signature stuff.
[project/opkg-lede.git] / libopkg / opkg_download.c
index 04073cf593f3659acd6749d8c76cd6ac888b2fd7..bc1cfafc3e3bbaeca8ff6be7f7883e8f51508344 100644 (file)
@@ -346,7 +346,6 @@ opkg_verify_file (opkg_conf_t *conf, char *text_file, char *sig_file)
 
     return status;
 #else
-    opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n");
     return 0;
 #endif
 }