]> granicus.if.org Git - curl/commit
mbedtls: fix user-specified SSL protocol version
authorJay Satiro <raysatiro@yahoo.com>
Sun, 6 Mar 2016 02:35:16 +0000 (21:35 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 6 Mar 2016 02:39:36 +0000 (21:39 -0500)
commit81bdd85318da503df9320fb04267da12a8ec9e5f
tree95c9840223995792b9dbd46a52f58f12649f7e61
parentb188fe407dbc8a208bb995dec29342e0b90dc435
mbedtls: fix user-specified SSL protocol version

Prior to this change when a single protocol CURL_SSLVERSION_ was
specified by the user that version was set only as the minimum version
but not as the maximum version as well.
lib/vtls/mbedtls.c