summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-01 16:51:13 +0100
committerTomas Mraz <tomas@openssl.org>2021-03-04 14:15:01 +0100
commit9522f0a6a9c49d650c773f089ed84b0c1ee0368b (patch)
treed9d245444dbbafc77a55be282118cacf253c3022 /include/internal
parent2c8a740a9f0d9532050ae9a386506d1135b3a24a (diff)
include/internal: Remove TODOs that are irrelevant for 3.0
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)
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/sha3.h2
-rw-r--r--include/internal/sm3.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/sha3.h b/include/internal/sha3.h
index 9bb6cf65f1..80ad86e58e 100644
--- a/include/internal/sha3.h
+++ b/include/internal/sha3.h
@@ -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
diff --git a/include/internal/sm3.h b/include/internal/sm3.h
index f64eb8ad1a..fe84f1905e 100644
--- a/include/internal/sm3.h
+++ b/include/internal/sm3.h
@@ -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