commit | 32fd54a9a36c172cf4e5fe4b7af2ae1f1ce1bc0a | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Nov 30 23:42:39 2015 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Dec 07 17:39:23 2015 +0100 |
tree | 3078c0fe1029db6dd116af0c910a6218c5ac6c03 | |
parent | 74cabf3fef77ab73c45e27cf6ed90f6db020e7c7 [diff] |
Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_init This follows the same idea as the combination of EVP_MD_CTX_cleanup and EVP_MD_CTX_init into one function. Reviewed-by: Rich Salz <rsalz@openssl.org>