Detect openssl version at runtime
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.
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.