diff options
author | rfl890 <rfl890mc@gmail.com> | 2025-08-09 23:19:33 +0500 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2025-08-10 07:45:20 +0000 |
commit | aa6a7ebcfb93b21916ad5fb97ecf64c22328c07b (patch) | |
tree | 581dbe4f6608250b9bdcced8df627db48e58d1a1 /networking/Config.src | |
parent | c70a65f36c017f6feb7e86415bec1a644e71dbab (diff) | |
download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip |
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Config.src b/networking/Config.src index c4c3c2a58..aa0806a18 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -84,7 +84,7 @@ config FEATURE_TLS_INTERNAL | |||
84 | 84 | ||
85 | config FEATURE_TLS_SCHANNEL | 85 | config FEATURE_TLS_SCHANNEL |
86 | bool "Schannel SSP" | 86 | bool "Schannel SSP" |
87 | depends on TLS | 87 | depends on TLS && PLATFORM_MINGW32 |
88 | help | 88 | help |
89 | Use the Schannel SSP to provide TLS support. | 89 | Use the Schannel SSP to provide TLS support. |
90 | Reduces code size and enables certificate checking. | 90 | Reduces code size and enables certificate checking. |