diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 21:41:16 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 21:41:16 -0600 |
commit | 55809a16fd82f414774252f9788593776ad26687 (patch) | |
tree | 030d1cb41437337027d512ab4b3ff6033db7fbae /docs | |
parent | 9967bc5c378ea2e72cc6c034e22bca6588ca2f29 (diff) | |
download | cryptography-55809a16fd82f414774252f9788593776ad26687.tar.gz cryptography-55809a16fd82f414774252f9788593776ad26687.tar.bz2 cryptography-55809a16fd82f414774252f9788593776ad26687.zip |
rst syntax
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/backends/openssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 16519d18..b7133deb 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -47,7 +47,7 @@ If you wish to deactivate it call ``unregister_osrandom_engine()`` on the backend object. OS Random Sources ----------------------------- +----------------- On OS X and FreeBSD ``/dev/urandom`` is an alias for ``/dev/random`` and utilizes the `Yarrow`_ algorithm. |