diff options
author | Ron Yorston <rmy@pobox.com> | 2025-08-12 11:59:30 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2025-08-12 11:59:30 +0100 |
commit | aed19625ff874bb2fc95480a6f684a9acc1bf2c9 (patch) | |
tree | df216d2ebb6aefba5928336b2bdd66b82d14b29a /libbb/process_escape_sequence.c | |
parent | 4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968 (diff) | |
download | busybox-w32-aed19625ff874bb2fc95480a6f684a9acc1bf2c9.tar.gz busybox-w32-aed19625ff874bb2fc95480a6f684a9acc1bf2c9.tar.bz2 busybox-w32-aed19625ff874bb2fc95480a6f684a9acc1bf2c9.zip |
Post-merge fixes
Upstream has moved some functions from networking/tls.c to a new
file, libbb/hash_hmac.c. The merge didn't adjust this code to
allow it to work with the native Windows checksum API.
This only matters if FEATURE_USE_CNG_API is enabled and
CONFIG_FEATURE_TLS_SCHANNEL isn't. In that case the wget applet
fails to handle https. None of the default configurations
has this combination, but it should work. Make it so.
The Windows code doesn't implement hmac_block(), as that's only
used for password encryption which isn't currently supported.
The variadic function hmac_peek_hash() isn't declared FAST_FUNC,
as that causes clang to issue many warnings.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions