New issue by garylaski on void-packages repository https://github.com/void-linux/void-packages/issues/46123 Description: ### Is this a new report? Yes ### System Info Void 6.3.13_1 x86_64 AuthenticAMD notuptodate rFF ### Package(s) Affected qt5 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://bugreports.qt.io/browse/QTBUG-115146 ### Expected behaviour qt5 applications should work properly without the `libssl1.1` package. ### Actual behaviour When using qt5 applications, they will not work if the `libssl1.1` package is not installed. A variation of the error will be thrown: ``` qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate ``` ### Steps to reproduce 1. Install a qt5 application that uses OpenSSL (e.g. `picard`) 2. `openssl-3.x` will be installed (ensure `libssl1.1` is not installed) 3. Try and run application 4. See error 5. Install `libssl1.1` 6. Error goes away