mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
Automerge-Triggered-By: GH:tiran
This commit is contained in:
parent
2068b261e9
commit
5ec7d53558
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) */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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