Commit 5633ba3f authored by Jason Zaman's avatar Jason Zaman
Browse files

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: default avatarJason Zaman <jason@perfinion.com>
parent d93409b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment