gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 68/205: mbedtls: fix typo in variable name


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 68/205: mbedtls: fix typo in variable name
Date: Thu, 20 Apr 2017 16:20:08 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.0
in repository gnurl.

commit e08c0cd3275727978b69a1087bcebe0e38a5c9c9
Author: Thomas Glanzmann <address@hidden>
AuthorDate: Sat Mar 11 16:09:38 2017 -0500

    mbedtls: fix typo in variable name
    
    Broken a few days ago in 6448f98.
    
    Bug: https://curl.haxx.se/mail/lib-2017-03/0015.html
---
 lib/vtls/mbedtls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c
index dbcb1690c..b13171363 100644
--- a/lib/vtls/mbedtls.c
+++ b/lib/vtls/mbedtls.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]