• Peter Eisentraut's avatar
    Make detection of SSL_CTX_set_min_proto_version more portable · ea8bc349
    Peter Eisentraut authored
    As already explained in configure.in, using the OpenSSL version number
    to detect presence of functions doesn't work, because LibreSSL reports
    incompatible version numbers.  Fortunately, the functions we need here
    are actually macros, so we can just test for them directly.
    ea8bc349
be-secure-openssl.c 32.4 KB