diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-02-12 11:18:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 11:18:38 (GMT) |
commit | df2197f2ec410817299f671e353c2fb0a3d61cbd (patch) | |
tree | 90ec0e16de4b7b3dc5e4770b7e22330329be3c33 /Modules/sha1module.c | |
parent | 68d6bc798b34eccabdfbf94e563273759c4cef1f (diff) | |
download | cpython-df2197f2ec410817299f671e353c2fb0a3d61cbd.zip cpython-df2197f2ec410817299f671e353c2fb0a3d61cbd.tar.gz cpython-df2197f2ec410817299f671e353c2fb0a3d61cbd.tar.bz2 |
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
Automerge-Triggered-By: GH:tiran
(cherry picked from commit 5ec7d535581bc99918e032891167a96abd224ed6)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Modules/sha1module.c')
-rw-r--r-- | Modules/sha1module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/sha1module.c b/Modules/sha1module.c index b0656d8..9c75cc9 100644 --- a/Modules/sha1module.c +++ b/Modules/sha1module.c @@ -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) */ |