cloud oauth_client: update for OpenSSL 1.1.0 compatibility
EVP_MD_CTX_cleanup was removed in OpenSSL 1.1.0. There is a call to
EVP_MD_CTX_destroy right after and _destroy will call _cleanup if
required. EVP_MD_CTX_destroy exists in OpenSSL 1.0, 1.1 and BoringSSL so
removing the call to _cleanup works everywhere.
Signed-off-by:
Jason Zaman <jason@perfinion.com>
Loading
Please sign in to comment