[openssl] master update

Dr. Paul Dale pauli at openssl.org
Sun Mar 14 05:39:14 UTC 2021


The branch master has been updated
       via  fadb77ce6df6f44efc9298cda8a7a22ddef636a4 (commit)
      from  0fc39c9030df3e313c7ee08a3aefec8ab44bcd9a (commit)


- Log -----------------------------------------------------------------
commit fadb77ce6df6f44efc9298cda8a7a22ddef636a4
Author: Matt Caswell <matt at openssl.org>
Date:   Fri Mar 12 15:33:55 2021 +0000

    Remove a TODO from async_delete_thread_state()
    
    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 at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14532)

-----------------------------------------------------------------------

Summary of changes:
 crypto/async/async.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/async/async.c b/crypto/async/async.c
index 9546458e9a..963d969d98 100644
--- a/crypto/async/async.c
+++ b/crypto/async/async.c
@@ -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);


More information about the openssl-commits mailing list