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)
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 */
}
/*
- * 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) {