Skip to content
Snippets Groups Projects
Unverified Commit 44f31dcb authored by Martin Hecht's avatar Martin Hecht Committed by GitHub
Browse files

fix openssl 1.1.x compatibility issues (#448) (#452)

starting with openssl 1.1.0 the library and error strings are
initialized automatically and no explicit initialization is needed anymore

in openssl 1.1.0 tls 1.3 is not yet present, so instead of comparing
version numbers it's better just to check if TLS1_3_VERSION is defined
parent 321fdfa5
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment