summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-03-15 16:55:46 +0000
committerMatt Caswell <matt@openssl.org>2021-03-17 10:10:45 +0000
commit50864bd2f7bcbc76cb68c46c4f4c6ce57c683a5f (patch)
tree8b497465523de7a5595f7824c4489c57e798bc8c /crypto/init.c
parent19ad1e9d3737f48c0e1c5cc5397ff1827b6946b8 (diff)
Convert some TODO(3.0) comments in init.c to normal comments
There is no need to make the suggested changes in the 3.0 timescale. These are just suggested improvements for the future. Fixes #14375 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14556)
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/init.c b/crypto/init.c
index 3b6a16a76d..09be58ea12 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -347,8 +347,8 @@ void OPENSSL_cleanup(void)
OPENSSL_INIT_STOP *currhandler, *lasthandler;
/*
- * TODO(3.0): This function needs looking at with a view to moving most/all
- * of this into onfree handlers in OSSL_LIB_CTX.
+ * At some point we should consider looking at this function with a view to
+ * moving most/all of this into onfree handlers in OSSL_LIB_CTX.
*/
/* If we've not been inited then no need to deinit */
@@ -488,8 +488,8 @@ int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings)
}
/*
- * TODO(3.0): This function needs looking at with a view to moving most/all
- * of this into OSSL_LIB_CTX.
+ * At some point we should look at this function with a view to moving
+ * most/all of this into OSSL_LIB_CTX.
*/
if (stopped) {