gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 85/173: vtls: fix PolarSSL non-blocking handling


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 85/173: vtls: fix PolarSSL non-blocking handling
Date: Fri, 24 Feb 2017 14:01:47 +0100

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

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

commit 01ab7c30bba6f95bb52653512c2f34efbb481405
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jan 20 10:46:05 2017 +0100

    vtls: fix PolarSSL non-blocking handling
    
    A regression brought in cb4e2be
    
    Reported-by: Michael Kaufmann
    Bug: https://github.com/curl/curl/issues/1174#issuecomment-274018791
---
 lib/vtls/vtls.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
index 871622fef..a61db6733 100644
--- a/lib/vtls/vtls.c
+++ b/lib/vtls/vtls.c
@@ -485,9 +485,8 @@ void Curl_ssl_close_all(struct Curl_easy *data)
 }
 
 #if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-    defined(USE_DARWINSSL) || defined(USE_NSS) || defined(USE_MBEDTLS)
-/* This function is for OpenSSL, GnuTLS, darwinssl, mbedtls, and schannel
-   only. */
+  defined(USE_DARWINSSL) || defined(USE_POLARSSL) || defined(USE_NSS) || \
+  defined(USE_MBEDTLS)
 int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
                      int numsocks)
 {

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



reply via email to

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