diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-20 21:27:13 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-20 21:27:13 -0500 |
commit | 5a0d2b2a77bbb2f9f0d3592517827564bcf3f633 (patch) | |
tree | 74414eba636a975991b9ddcd6a1ce63699c084ef | |
parent | 5e12f87d5c297771b59116914dcb2500dde25294 (diff) | |
parent | 677c53106811e817d7c9a0c96f0196d6c08ff206 (diff) | |
download | cryptography-5a0d2b2a77bbb2f9f0d3592517827564bcf3f633.tar.gz cryptography-5a0d2b2a77bbb2f9f0d3592517827564bcf3f633.tar.bz2 cryptography-5a0d2b2a77bbb2f9f0d3592517827564bcf3f633.zip |
Merge pull request #2050 from alex/doc-fix
Fixed the anchor of a URL that changed on wikipedia
-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 |