]> 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>
Sun, 14 Feb 2021 14:53:10 +0000 (06:53 -0800)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 14:53:10 +0000 (23:53 +0900)
Automerge-Triggered-By: GH:tiran
(cherry picked from commit 5ec7d535581bc99918e032891167a96abd224ed6)

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

index c2ebaaf61f91c6926d6170a85ab69df6805c03a4..64fab8081b5dc153e4cbc91a2a074633177f7a02 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 ce2ad267e775b70d293f94dcfc2896877b6be13e..4a8dbd8539b7a14e7a4ec3ec9e39dba1f8225bc4 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 b8d6c4cf8006a1f18c0ef4b481ffb6494a16ab01..a1c8b1a3dfb5a1112300d1454d010a54bed4380d 100644 (file)
@@ -102,7 +102,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 98b97917f4caf874a1b56e73672a20f1957a49e3..4167fd391cc4a32123f8a2b9aac1c2d685f43822 100644 (file)
@@ -111,7 +111,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
  */