We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd07c62 commit c0b4840Copy full SHA for c0b4840
README.md
@@ -101,7 +101,6 @@ PSL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
101
SPNEGO | ✓ | | | ✓¹ | ✓¹ | ✓¹ | ✓¹ | |
102
SSL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
103
SSPI | ✓ | - | - | ✓¹ | ✓¹ | ✓¹ | ✓¹ | |
104
-SSLS-EXPORT | ✓ | ✓ | ✓ | ✓ | | | | |
105
threadsafe | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
106
Unicode | | - | - | | | | | |
107
UnixSockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
curl.sh
@@ -93,8 +93,6 @@ _VER="$1"
93
options+=' -DBUILD_EXAMPLES=OFF'
94
95
if [[ ! "${_CONFIG}" =~ (zero|bldtst|pico|nano|micro|mini) ]]; then
96
- options+=' -DUSE_SSLS_EXPORT=ON'
97
-
98
if [ "${_OS}" = 'mac' ] && [[ "${_CONFIG}" != *'nogss'* ]]; then
99
options+=' -DCURL_USE_GSSAPI=ON'
100
fi
0 commit comments