diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-19 08:22:10 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-19 08:22:10 -0600 |
commit | 4680b1d3a0dcb44954ed31dbde451acbfb4698fd (patch) | |
tree | a7c9e1dbd6bf11119d59848e3315d19b79f8c00b /docs/hazmat | |
parent | 21bb2480b97d44982eb3f80ef908d152c5d2630a (diff) | |
parent | 3fad19086d42378aca4cba0bf7034e27df60c682 (diff) | |
download | cryptography-4680b1d3a0dcb44954ed31dbde451acbfb4698fd.tar.gz cryptography-4680b1d3a0dcb44954ed31dbde451acbfb4698fd.tar.bz2 cryptography-4680b1d3a0dcb44954ed31dbde451acbfb4698fd.zip |
Merge pull request #1676 from alex/more-https
This link is also HTTPS
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 6c3d8752..4e0f6282 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -80,4 +80,4 @@ 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 .. _`Yarrow`: https://en.wikipedia.org/wiki/Yarrow_algorithm -.. _`Microsoft documentation`: http://msdn.microsoft.com/en-us/library/windows/desktop/aa379942(v=vs.85).aspx +.. _`Microsoft documentation`: https://msdn.microsoft.com/en-us/library/windows/desktop/aa379942(v=vs.85).aspx |