statem_lib.c: Remove TODOs that are unnecessary
authorTomas Mraz <tomas@openssl.org>
Fri, 26 Feb 2021 14:31:23 +0000 (15:31 +0100)
committerPauli <ppzgs1@gmail.com>
Wed, 3 Mar 2021 00:00:21 +0000 (10:00 +1000)
commitf378755d62e1646b36683de37408dd98549bef69
treeada9a645fa8c2e106837930d36fc384dba74cbd5
parent5e2f580d4ae51e60892adcdde6c5c25d83fe88e9
statem_lib.c: Remove TODOs that are unnecessary

If the EVP_MD_CTX_ctrl is deprecated the code will
generate deprecation warnings. So there is no point in marking
all EVP_MD_CTX_ctrl() calls with TODOs.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14367)
ssl/statem/statem_lib.c