From 16e5e4d2659a0e6cbea44f561914142c80554a73 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 30 Jan 2014 09:43:30 -0600 Subject: address review comments on osrandom engine, reorganize some code --- docs/hazmat/backends/openssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/backends/openssl.rst') diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 8eb02ea4..79c58857 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -55,7 +55,7 @@ utilizes the `Yarrow`_ algorithm. On Windows ``CryptGenRandom`` is backed by `Fortuna`_. Linux uses its own PRNG design. ``/dev/urandom`` is a non-blocking source seeded -from the ``/dev/random`` pool. +from the same pool as ``/dev/random``. .. _`OpenSSL`: https://www.openssl.org/ -- cgit v1.2.3