libopkg: remove GPG support
[oweals/opkg-lede.git] / libopkg / opkg_install.c
index a2f97c96a321a62c56d32b8683c62c88ecb06718..6dd21fe7f76ae5af3e98c0718ac5b166dae5e248 100644 (file)
@@ -1344,7 +1344,7 @@ int opkg_install_pkg(pkg_t * pkg, int from_upgrade)
        }
 
        /* check that the repository is valid */
-#if defined(HAVE_GPGME) || defined(HAVE_OPENSSL) || defined(HAVE_USIGN)
+#if defined(HAVE_OPENSSL) || defined(HAVE_USIGN)
        char *list_file_name, *sig_file_name, *lists_dir;
 
        /* check to ensure the package has come from a repository */