mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
mbedtls: fix typo in variable name
Broken a few days ago in 6448f98. Bug: https://curl.haxx.se/mail/lib-2017-03/0015.html
This commit is contained in:
parent
8d10520993
commit
e08c0cd327
@ -159,7 +159,7 @@ static Curl_send mbed_send;
|
||||
|
||||
static CURLcode mbedtls_version_from_curl(int *mbedver, long version)
|
||||
{
|
||||
switch(ssl_version) {
|
||||
switch(version) {
|
||||
case CURL_SSLVERSION_TLSv1_0:
|
||||
*mbedver = MBEDTLS_SSL_MINOR_VERSION_1;
|
||||
return CURLE_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user