Skip to content

Commit

Permalink
fixup! vtls: add options to specify range of enabled TLS versions
Browse files Browse the repository at this point in the history
sync packages/OS400/curl.inc.in with <curl/curl.h>
  • Loading branch information
kdudka committed Mar 8, 2017
1 parent 869c315 commit e8ef23d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/OS400/curl.inc.in
Expand Up @@ -264,12 +264,14 @@
d c 7
d CURL_SSLVERSION_MAX_DEFAULT...
d c X'00010000'
d CURL_SSLVERSION_MAX_TLSv1_0...
d c X'00040000'
d CURL_SSLVERSION_MAX_TLSv1_1...
d c X'00030000'
d c X'00050000'
d CURL_SSLVERSION_MAX_TLSv1_2...
d c X'00040000'
d c X'00060000'
d CURL_SSLVERSION_MAX_TLSv1_3...
d c X'00050000'
d c X'00070000'
*
d CURL_TLSAUTH_NONE...
d c 0
Expand Down

0 comments on commit e8ef23d

Please sign in to comment.