mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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)
This commit is contained in:
parent
19ad1e9d37
commit
50864bd2f7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user