mirror of
https://github.com/curl/curl.git
synced 2026-06-18 06:15:39 +03:00
tidy-up: spelling
C89, Schannel, Secure Transport, contractions. Cherry-picked from #14692 Closes #14996
This commit is contained in:
parent
1064dfa86a
commit
d83b528a80
17 changed files with 34 additions and 35 deletions
|
|
@ -231,7 +231,7 @@ class TestSSLUse:
|
|||
tls_proto = 'TLSv1.2'
|
||||
elif env.curl_uses_lib('sectransp'): # not in CI, so untested
|
||||
if tls_proto == 'TLSv1.3':
|
||||
pytest.skip('SecureTransport does not support TLSv1.3')
|
||||
pytest.skip('Secure Transport does not support TLSv1.3')
|
||||
tls_proto = 'TLSv1.2'
|
||||
# test
|
||||
extra_args = ['--tls13-ciphers', ':'.join(ciphers13)] if ciphers13 else []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue