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
Loading
Please register or sign in to comment