diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2025-03-23 11:19:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-23 11:19:26 (GMT) |
commit | a9a399f0ecfeeff91425cc089057f1b95799853b (patch) | |
tree | f4fd607c61bdbb5c2104542dbaf6966fd288eb86 /Python/codecs.c | |
parent | f3bf304c2799c31c045033f22db7eb8766a5f939 (diff) | |
download | cpython-a9a399f0ecfeeff91425cc089057f1b95799853b.zip cpython-a9a399f0ecfeeff91425cc089057f1b95799853b.tar.gz cpython-a9a399f0ecfeeff91425cc089057f1b95799853b.tar.bz2 |
gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (#131420)
- Remove legacy typedefs `MD5_INT32` and `MD5_INT64` in `Modules/md5module.c`
- Remove legacy typedefs `SHA1_INT32` and `SHA1_INT64` in `Modules/sha1module.c`.
Those legacy typedefs were used to detect whether the host platform could
correctly implement MD5 and SHA-1, but this is no longer needed as we now
fallback to HACL* implementations.
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions