include/internal: Remove TODOs that are irrelevant for 3.0
authorTomas Mraz <tomas@openssl.org>
Mon, 1 Mar 2021 15:51:13 +0000 (16:51 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Mar 2021 13:15:01 +0000 (14:15 +0100)
The sha3 and sm3 legacy support requires these headers.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14404)

include/internal/sha3.h
include/internal/sm3.h

index 9bb6cf65f15c35028d25a881ee0b8d401461270f..80ad86e58e3e2ad5327fb64a26a4fd22f57548b3 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-/* TODO(3.0) Move this header into provider when dependencies are removed */
+/* This header can move into provider when legacy support is removed */
 #ifndef OSSL_INTERNAL_SHA3_H
 # define OSSL_INTERNAL_SHA3_H
 # pragma once
index f64eb8ad1a3e3cf9a299de7998343c6f74e19ceb..fe84f1905e6b422ccdfbcff3907035e725da6b13 100644 (file)
@@ -8,7 +8,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-/* TODO(3.0) Move this header into provider when dependencies are removed */
+/* This header can move into provider when legacy support is removed */
 #ifndef OSSL_INTERNAL_SM3_H
 # define OSSL_INTERNAL_SM3_H
 # pragma once