From 4e648f6c076f1b15d68a27cce80e17230ec89fa7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 27 Sep 2015 02:05:01 -0700 Subject: [PATCH] make wikipedia link https --- Doc/library/hashlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 9c6c4b973a..9bb3bb7ba5 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -204,7 +204,7 @@ include a `salt `_. http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf The FIPS 180-2 publication on Secure Hash Algorithms. - http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms + https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms Wikipedia article with information on which algorithms have known issues and what that means regarding their use. -- 2.50.1