aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorrfl890 <87506407+rfl890@users.noreply.github.com>2026-01-27 14:07:51 -0500
committerRon Yorston <rmy@pobox.com>2026-01-28 07:50:31 +0000
commit67b5d0f248461a3c5db2d29d370e650ac95f3f05 (patch)
tree347163a2e0f0883f29ae4b56c35cfdf9f9cf489c /libbb
parent74344deef28da6fa279eb12ab8ab4e84a59900ad (diff)
downloadbusybox-w32-67b5d0f248461a3c5db2d29d370e650ac95f3f05.tar.gz
busybox-w32-67b5d0f248461a3c5db2d29d370e650ac95f3f05.tar.bz2
busybox-w32-67b5d0f248461a3c5db2d29d370e650ac95f3f05.zip
libbb: update CNG API config message
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Config.src5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index eff327c2a..bc4c0d61e 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -38,12 +38,13 @@ config PASSWORD_MINLEN
38 Minimum allowable password length. 38 Minimum allowable password length.
39 39
40config FEATURE_USE_CNG_API 40config FEATURE_USE_CNG_API
41 bool "Use the Windows CNG API for checksums (Windows 10+ only)" 41 bool "Use the Windows CNG API for checksums"
42 default n 42 default n
43 depends on PLATFORM_MINGW32 43 depends on PLATFORM_MINGW32
44 help 44 help
45 Use the in-built Windows CNG API for checksums. 45 Use the in-built Windows CNG API for checksums.
46 This reduces code size, but is only supported on Windows 10+. 46 This reduces code size, but is only supported
47 on Windows Vista and above.
47 48
48config MD5_SMALL 49config MD5_SMALL
49 int "MD5: Trade bytes for speed (0:fast, 3:slow)" 50 int "MD5: Trade bytes for speed (0:fast, 3:slow)"