libopkg: remove OpenSSL support
[oweals/opkg-lede.git] / libopkg / opkg_install.c
index 6dd21fe7f76ae5af3e98c0718ac5b166dae5e248..e18c7c6bc19b8285dd65180e1f58195666e1c681 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_OPENSSL) || defined(HAVE_USIGN)
+#if defined(HAVE_USIGN)
        char *list_file_name, *sig_file_name, *lists_dir;
 
        /* check to ensure the package has come from a repository */