]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Convert some TODO(3.0) comments in init.c to normal comments
authorMatt Caswell <matt@openssl.org>
Mon, 15 Mar 2021 16:55:46 +0000 (16:55 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 17 Mar 2021 10:10:45 +0000 (10:10 +0000)
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)

crypto/init.c

index 3b6a16a76d255471a95894c3a387aca6fac05b86..09be58ea12bc6d4f7afc7a2225d107af14195d32 100644 (file)
@@ -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) {