Skip to content

Fix compilation with OpenSSL 3.0 (Fedora Rawhide)

Mattias Ellert requested to merge ellert/arc:openssl-3.0 into master

Compilation failed on Fedora Rawhide after openssl was updated to version 3.0. This PR fixes the places where the compilation failed with errors.

In addition there are many new warnings about use of deprecated parts of the API. This PR is not trying to address those.

Merge request reports