diff options
Diffstat (limited to 'libbb/Config.src')
| -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)" |
