]> Savannah Git Hosting - gnulib.git/commit
base32, base64: Prefer stdckdint to intprops.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 8 May 2024 04:47:17 +0000 (21:47 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 8 May 2024 07:42:28 +0000 (00:42 -0700)
commit0b46cf28a7f4d8013d304ac13b9a2326fd611c40
tree35749871a733ba14d4530649c4ecb1ef0f355448
parente91650b1de1487db96b573df65757e9bb5bfbedd
base32, base64: Prefer stdckdint to intprops.

* lib/base32.c (base32_encode_alloc): Include stdckdint.h. Prefer
ckd_mul to INT_MULTIPLY_OK.
* lib/base64.c (base64_encode_alloc): Likewise.
* modules/base32 (Depends-on): Add stdckdint.
* modules/base64 (Depends-on): Likewise.
ChangeLog
lib/base32.c
lib/base64.c
modules/base32
modules/base64