From c615cdd7cbaa5bb43b2d3c3e9f223562a494c4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 12 Nov 2001 11:33:07 +0000 Subject: [PATCH] the PRNG race conditions were mostly a theoretical issue, remove from NEWS --- NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS b/NEWS index d82bcdfd5f..fdb95f9bcb 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,6 @@ o Various SSL/TLS library bugfixes. o BIGNUM library fixes. - o Fix potential multi-threading race conditions in the PRNG. Changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b: