From e0457d5f7c5e24bb58aa42f5cf9f5bfd215e07fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 12 Nov 2001 11:33:38 +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 77427834f..230f316d5 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,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: