diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-02-12 10:34:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 10:34:11 (GMT) |
commit | 5ec7d535581bc99918e032891167a96abd224ed6 (patch) | |
tree | 85b37826e26fae890e4701bdd49a3e55f1b0aeac /Modules/sha1module.c | |
parent | 2068b261e95e9fe9c4041f0102c9e931692dd5aa (diff) | |
download | cpython-5ec7d535581bc99918e032891167a96abd224ed6.zip cpython-5ec7d535581bc99918e032891167a96abd224ed6.tar.gz cpython-5ec7d535581bc99918e032891167a96abd224ed6.tar.bz2 |
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
Automerge-Triggered-By: GH:tiran
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 52098570..7126db9 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) */ |