Commit e08c0cd3 authored by Thomas Glanzmann's avatar Thomas Glanzmann Committed by Jay Satiro
Browse files

mbedtls: fix typo in variable name

parent 8d105209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;