diff options
| author | rfl890 <87506407+rfl890@users.noreply.github.com> | 2026-01-27 14:07:51 -0500 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2026-01-28 07:50:31 +0000 |
| commit | 67b5d0f248461a3c5db2d29d370e650ac95f3f05 (patch) | |
| tree | 347163a2e0f0883f29ae4b56c35cfdf9f9cf489c /libbb | |
| parent | 74344deef28da6fa279eb12ab8ab4e84a59900ad (diff) | |
| download | busybox-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.src | 5 |
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 | ||
| 40 | config FEATURE_USE_CNG_API | 40 | config 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 | ||
| 48 | config MD5_SMALL | 49 | config MD5_SMALL |
| 49 | int "MD5: Trade bytes for speed (0:fast, 3:slow)" | 50 | int "MD5: Trade bytes for speed (0:fast, 3:slow)" |
