From 50864bd2f7bcbc76cb68c46c4f4c6ce57c683a5f Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 15 Mar 2021 16:55:46 +0000 Subject: [PATCH] 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14556) --- crypto/init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/init.c b/crypto/init.c index 3b6a16a76d2..09be58ea12b 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) { -- 2.47.2