Skip to content

Commit c0b4840

Browse files
committed
curl: leave experimental SSLS-EXPORT feature disabled [ci skip]
1 parent cd07c62 commit c0b4840

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ PSL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
101101
SPNEGO | ✓ | | | ✓¹ | ✓¹ | ✓¹ | ✓¹ | |
102102
SSL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
103103
SSPI | ✓ | - | - | ✓¹ | ✓¹ | ✓¹ | ✓¹ | |
104-
SSLS-EXPORT | ✓ | ✓ | ✓ | ✓ | | | | |
105104
threadsafe | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
106105
Unicode | | - | - | | | | | |
107106
UnixSockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |

curl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ _VER="$1"
9393
options+=' -DBUILD_EXAMPLES=OFF'
9494

9595
if [[ ! "${_CONFIG}" =~ (zero|bldtst|pico|nano|micro|mini) ]]; then
96-
options+=' -DUSE_SSLS_EXPORT=ON'
97-
9896
if [ "${_OS}" = 'mac' ] && [[ "${_CONFIG}" != *'nogss'* ]]; then
9997
options+=' -DCURL_USE_GSSAPI=ON'
10098
fi

0 commit comments

Comments
 (0)