Kaydet (Commit) cb441436 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Add entry for RAND_xxx() functions in socket module.

üst 1c486099
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment