Skip to content

Fix compilation with OpenSSL 3.0 (Fedora Rawhide)

nordugrid-arc-bot requested to merge ellert/arc:openssl-3.0 into next

Begin arcbot message
This merge request is automatically copied from !1267 (merged) orginally made by @ellert
End arcbot message

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