]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Feb 2021 11:18:38 +0000 (03:18 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 11:18:38 +0000 (03:18 -0800)
Automerge-Triggered-By: GH:tiran
(cherry picked from commit 5ec7d535581bc99918e032891167a96abd224ed6)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c

index e4d9db40f22df36f8b78c4dfb3a758a2f5e6f0b9..6ed843376ae784fd7fa6ae6402d8bc463e337748 100644 (file)
@@ -74,7 +74,7 @@ typedef struct {
  * The library is free for all purposes without any express
  * guarantee it works.
  *
- * Tom St Denis, tomstdenis@gmail.com, http://libtom.org
+ * Tom St Denis, tomstdenis@gmail.com, https://www.libtom.net
  */
 
 /* rotate the hard way (platform optimizations could be done) */
index b0656d83b3ae8bdb7ae039d49a2d3b705d45a104..9c75cc99dba77130dcf8b7b67679641a89d06b11 100644 (file)
@@ -74,7 +74,7 @@ typedef struct {
  * The library is free for all purposes without any express
  * guarantee it works.
  *
- * Tom St Denis, tomstdenis@gmail.com, http://libtom.org
+ * Tom St Denis, tomstdenis@gmail.com, https://www.libtom.net
  */
 
 /* rotate the hard way (platform optimizations could be done) */
index 8edb1d53828835ee19cb40dc1019760b8c7f3c43..9b885c72553081a672416c0bee60163a1355a274 100644 (file)
@@ -93,7 +93,7 @@ static void SHAcopy(SHAobject *src, SHAobject *dest)
  * The library is free for all purposes without any express
  * guarantee it works.
  *
- * Tom St Denis, tomstdenis@iahu.ca, http://libtom.org
+ * Tom St Denis, tomstdenis@iahu.ca, https://www.libtom.net
  */
 
 
index 561ef8ef0e8676185650403b6df8b742163dc2ed..831160c324d5593ce7729c41f433f792852495aa 100644 (file)
@@ -94,7 +94,7 @@ static void SHAcopy(SHAobject *src, SHAobject *dest)
  * The library is free for all purposes without any express
  * guarantee it works.
  *
- * Tom St Denis, tomstdenis@iahu.ca, http://libtom.org
+ * Tom St Denis, tomstdenis@iahu.ca, https://www.libtom.net
  */