EVP_MD_CTX_ctrl(): Remove unnecessary control
authorRichard Levitte <levitte@openssl.org>
Sun, 2 Feb 2020 12:09:29 +0000 (13:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 Feb 2020 18:32:37 +0000 (19:32 +0100)
commite3b1ccad694aabfffbde68c56fb8d44c011f98b1
tree6a1c21202714abb42442ec87bfbb392e3af5a3d2
parent8bee651213c4755761ed5dd32d416d782cc5fc3c
EVP_MD_CTX_ctrl(): Remove unnecessary control

A check was present as to what operation is performed with this
context.  It may have been useful at some point, but isn't any more.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10947)
crypto/evp/digest.c