You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HMAC_MAX_MD_CBLOCK has been deprecated by OpenSSL. This constant is only used in one place in cpprestsdk (Release/src/http/oauth/oauth1.cpp), and the documentation at https://www.openssl.org/docs/man1.1.0/man3/HMAC.html suggests that it should be replaced with EVP_MAX_MD_SIZE instead.