]> git.ipfire.org Git - thirdparty/openssl.git/commit
Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a comment
authorMatt Caswell <matt@openssl.org>
Fri, 12 Mar 2021 15:43:40 +0000 (15:43 +0000)
committerPauli <ppzgs1@gmail.com>
Sun, 14 Mar 2021 05:40:25 +0000 (15:40 +1000)
commit703c4d669d808d9131f241420c3225c1e7db3660
treebdc24f4b15c3126057be2dfbfa9394648522247d
parentfadb77ce6df6f44efc9298cda8a7a22ddef636a4
Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a comment

The TODO is describing something that would be nice to fix. In fact the
problem exists even in 1.1.1. It would be nice to fix it, but it does
not need to be done in the 3.0 timeframe.

Fixes #14376

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