libopkg: remove OpenSSL support
[oweals/opkg-lede.git] / libopkg / opkg.c
index c58d54d2346b5c92abb7d2afd6845949081d7fa7..2e5d01ea4865123e532335a25dc4812bc2d9f547 100644 (file)
@@ -588,7 +588,7 @@ opkg_update_package_lists(opkg_progress_callback_t progress_callback,
                }
                free(url);
 
-#if defined(HAVE_OPENSSL) || defined(HAVE_USIGN)
+#if defined(HAVE_USIGN)
                if (conf->check_signature) {
                        char *sig_file_name;
                        /* download detached signitures to verify the package lists */