• Jon Siwek's avatar
    Fix "unused" warnings when using OpenSSL 1.1 · fef0a5f7
    Jon Siwek authored
    Per the OpenSSL CHANGES file:
    
    * OpenSSL 1.1 no longer requires setting locking callbacks and
      previous functions are replaced with no-op compatibility macros.
    
    * SSL_CTX_set_ecdh_auto() is removed (replaced with no-op macro) and
      ECDH support is always enabled by default.
    fef0a5f7
session.cpp 9.77 KB