diff options
author | Pauli <pauli@openssl.org> | 2021-05-31 06:30:07 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-02 08:30:15 +0200 |
commit | 71653965b3aa58a2106909ee52f9883bc0157130 (patch) | |
tree | 9559f7fd86470d6f2f6b38a3fbc59277dc42bb2d | |
parent | http: remove TODOs (diff) | |
download | openssl-71653965b3aa58a2106909ee52f9883bc0157130.tar.xz openssl-71653965b3aa58a2106909ee52f9883bc0157130.zip |
crypto: remove TODOs
Fixes #15451
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)
-rw-r--r-- | crypto/cryptlib.c | 6 | ||||
-rw-r--r-- | crypto/provider_core.c | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 46e2e31475..6e73b8352c 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -194,12 +194,6 @@ void OPENSSL_showfatal(const char *fmta, ...) # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333 # ifdef OPENSSL_SYS_WIN_CORE /* ONECORE is always NONGUI and NT >= 0x0601 */ - - /* - * TODO: (For non GUI and no std error cases) - * Add event logging feature here. - */ - # if !defined(NDEBUG) /* * We are in a situation where we tried to report a critical diff --git a/crypto/provider_core.c b/crypto/provider_core.c index eac5b58946..30fa44d789 100644 --- a/crypto/provider_core.c +++ b/crypto/provider_core.c @@ -980,8 +980,6 @@ static void provider_activate_fallbacks(struct provider_store_st *store) /* * We assume that all fallbacks have been added to the store before * any fallback is activated. - * TODO: We may have to reconsider this, IF we find ourselves adding - * fallbacks after any previous fallback has been activated. */ if (activated_fallback_count > 0) store->use_fallbacks = 0; |