diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-20 20:53:50 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-20 20:53:50 -0400 |
commit | 677c53106811e817d7c9a0c96f0196d6c08ff206 (patch) | |
tree | 74414eba636a975991b9ddcd6a1ce63699c084ef /docs/hazmat | |
parent | 5e12f87d5c297771b59116914dcb2500dde25294 (diff) | |
download | cryptography-677c53106811e817d7c9a0c96f0196d6c08ff206.tar.gz cryptography-677c53106811e817d7c9a0c96f0196d6c08ff206.tar.bz2 cryptography-677c53106811e817d7c9a0c96f0196d6c08ff206.zip |
Fixed the anchor of a URL that changed on wikipedia
Diffstat (limited to 'docs/hazmat')
-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 26ffea6a..03ac5570 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -79,6 +79,6 @@ seeded from the same pool as ``/dev/random``. .. _`OpenSSL`: https://www.openssl.org/ -.. _`initializing the RNG`: https://en.wikipedia.org/wiki/OpenSSL#Predictable_keys_.28Debian-specific.29 +.. _`initializing the RNG`: https://en.wikipedia.org/wiki/OpenSSL#Predictable_private_keys_.28Debian-specific.29 .. _`Yarrow`: https://en.wikipedia.org/wiki/Yarrow_algorithm .. _`Microsoft documentation`: https://msdn.microsoft.com/en-us/library/windows/desktop/aa379942(v=vs.85).aspx |