Richard Levitte 74cabf3fef Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_init
The idea is that with EVP_MD_CTX_create() and EVP_MD_CTX_destroy(),
EVP_MD_CTX_cleanup and EVP_MD_CTX_init is not used the same as before.
Instead, we need a single function that can be used to reinitialise an
existing EVP_MD_CTX that's been created with EVP_MD_CTX_create()
previously.  Combining EVP_MD_CTX_cleanup and EVP_MD_CTX_init into
that one function is the answer.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-12-07 17:39:23 +01:00
..
2015-09-03 16:26:34 -04:00
2015-09-03 16:26:34 -04:00
2015-02-11 20:30:13 +01:00
2015-10-14 18:45:33 +02:00
2015-10-14 18:45:33 +02:00
2015-01-22 09:20:09 +00:00
2015-09-19 09:04:16 -04:00
2015-11-05 15:48:37 +00:00
2015-12-07 17:39:23 +01:00
2015-10-23 19:52:08 +02:00
2015-09-10 17:21:23 +02:00
2015-11-21 14:21:04 +01:00