]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Fri, 12 Feb 2021 10:34:11 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 10:34:11 +0000 (02:34 -0800)
Automerge-Triggered-By: GH:tiran
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c

index 1c401e884389f36f0157327708cb2174e0f40d37..b2e65a0a5ffd227f36038736724c3fbfe5507ede 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 5209857041d9082631e3394592957ce121761f98..7126db93b1a3fcaa4a8024a64b68576443475f90 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 6b8bd8f1d27fb10ff97ab2faa7b6cdc5de74451a..b90e5df7826740690c8971fa1234d14e2c975933 100644 (file)
@@ -106,7 +106,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 3fd9fa4c8d16f8c95f8434a86491cccd71a1cf72..062343e71ff1443607dd25e5e8bcb6e420657917 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
  */