OpenSSL
Gotchas
Moving from 1.0.2 to 1.1.0, the following functions have changed:
EVP_MD_CTX_createbecomes `EVP_MD_CTX_new`.EVP_MD_CTX_destroybecomes `EVP_MD_CTX_free`.
Moving from 1.0.2 to 1.1.0, the following functions have changed:
EVP_MD_CTX_create becomes `EVP_MD_CTX_new`.EVP_MD_CTX_destroy becomes `EVP_MD_CTX_free`.