]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove a TODO from async_delete_thread_state()
authorMatt Caswell <matt@openssl.org>
Fri, 12 Mar 2021 15:33:55 +0000 (15:33 +0000)
committerPauli <ppzgs1@gmail.com>
Sun, 14 Mar 2021 05:38:44 +0000 (15:38 +1000)
There is nothing to be done here for the time being. If at some point
we make the async code libctx aware then we might need to make a change
but there are no plans to do that at the moment.

Fixes #14402

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14532)

crypto/async/async.c

index 9546458e9a666a494a8a88812b003f347d26b580..963d969d982109fcbe6344f6c1f1ee049d07bb96 100644 (file)
@@ -393,7 +393,6 @@ err:
     return 0;
 }
 
-/* TODO(3.0): arg ignored for now */
 static void async_delete_thread_state(void *arg)
 {
     async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey);