aboutsummaryrefslogtreecommitdiff
path: root/libbb/process_escape_sequence.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-08-12 11:59:30 +0100
committerRon Yorston <rmy@pobox.com>2025-08-12 11:59:30 +0100
commitaed19625ff874bb2fc95480a6f684a9acc1bf2c9 (patch)
treedf216d2ebb6aefba5928336b2bdd66b82d14b29a /libbb/process_escape_sequence.c
parent4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968 (diff)
downloadbusybox-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