Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a comment
[openssl.git] / crypto / initthread.c
index 993bf744735b3a7f85c54f8562b50fe214045b9f..07406680718c7b7134f70e8d7b915ec6744ed605 100644 (file)
@@ -216,9 +216,9 @@ void OPENSSL_thread_stop_ex(OSSL_LIB_CTX *ctx)
 {
     ctx = ossl_lib_ctx_get_concrete(ctx);
     /*
-     * TODO(3.0). It would be nice if we could figure out a way to do this on
-     * all threads that have used the OSSL_LIB_CTX when the context is freed.
-     * This is currently not possible due to the use of thread local variables.
+     * It would be nice if we could figure out a way to do this on all threads
+     * that have used the OSSL_LIB_CTX when the context is freed. This is
+     * currently not possible due to the use of thread local variables.
      */
     ossl_ctx_thread_stop(ctx);
 }