mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
fix language
This commit is contained in:
parent
3046fe4c03
commit
47674bc470
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform.
|
|||
|
||||
OpenSSL's internal random number generator does not properly handle fork.
|
||||
Applications must change the PRNG state of the parent process if they use
|
||||
any SSL feature with with :func:`os.fork`. Any successful call of
|
||||
any SSL feature with :func:`os.fork`. Any successful call of
|
||||
:func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
|
||||
:func:`~ssl.RAND_pseudo_bytes` is sufficient.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue