]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commitfadb77ce6df6f44efc9298cda8a7a22ddef636a4
tree6248396d2da71cf1720c20942f317f487b0ab2d4
parent0fc39c9030df3e313c7ee08a3aefec8ab44bcd9a
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@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14532)
crypto/async/async.c