mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
Automerge-Triggered-By: GH:tiran
(cherry picked from commit 5ec7d53558
)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
parent
68d6bc798b
commit
df2197f2ec
4 changed files with 4 additions and 4 deletions
|
@ -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) */
|
||||
|
|
|
@ -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) */
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue