• Show log

    Commit

  • Hash : c22f2757
    Author : Azat Khuzhin
    Date : 2022-07-09T23:27:23

    Use OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR (for compatibility)
    
    Since OpenSSL 3.0 there is new OPENSSL_VERSION_MAJOR, but previous
    releases does not have it.
    
    So let's use plain old OPENSSL_VERSION_NUMBER to avoid more preprocessor
    macros.