From 67b5d0f248461a3c5db2d29d370e650ac95f3f05 Mon Sep 17 00:00:00 2001 From: rfl890 <87506407+rfl890@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:07:51 -0500 Subject: libbb: update CNG API config message --- libbb/Config.src | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbb/Config.src') 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 Minimum allowable password length. config FEATURE_USE_CNG_API - bool "Use the Windows CNG API for checksums (Windows 10+ only)" + bool "Use the Windows CNG API for checksums" default n depends on PLATFORM_MINGW32 help Use the in-built Windows CNG API for checksums. - This reduces code size, but is only supported on Windows 10+. + This reduces code size, but is only supported + on Windows Vista and above. config MD5_SMALL int "MD5: Trade bytes for speed (0:fast, 3:slow)" -- cgit v1.2.3-55-g6feb