Skip to content

Detect openssl version at runtime

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

OpenSSL 1.1.0 and 1.1.1 are "binary compatible", so the version can change on update. In order for ARC not to break if this happens the version detection must be done at runtome rather than compile time.

BUGZ-3834

Merge request reports