From cb4414366ba2c94ac7e402b2e04d5ea9bc441474 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 19 Oct 2001 03:40:19 +0000 Subject: [PATCH] Add entry for RAND_xxx() functions in socket module. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 18fcde8bfc..fdb44001fc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -70,6 +70,11 @@ Extension modules second parameter to decompress() that specifies the maximum amount of memory to use for the uncompressed data. +- optional SSL support in the socket module now exports OpenSSL + functions RAND_add(), RAND_egd(), and RAND_status(). These calls + are useful on platforms like Solaris where OpenSSL does not + automatically seed its PRNG. + Library - doctest now excludes functions and classes not defined by the module -- 2.40.0