gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 59/205: openssl: add two /* FALLTHROUGH */ to satis


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 59/205: openssl: add two /* FALLTHROUGH */ to satisfy coverity
Date: Thu, 20 Apr 2017 16:19:59 +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 12f04142c1923069cbf60bdb3789a95c464daf6d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Mar 10 08:46:54 2017 +0100

    openssl: add two /* FALLTHROUGH */ to satisfy coverity
    
    CID 1402159 and 1402158
---
 lib/vtls/openssl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index d4e412813..b98076255 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -1746,10 +1746,12 @@ set_ssl_version_min_max(long *ctx_options, struct 
connectdata *conn,
 #if OPENSSL_VERSION_NUMBER >= 0x1000100FL
       *ctx_options |= SSL_OP_NO_TLSv1_1;
 #endif
+      /* FALLTHROUGH */
     case CURL_SSLVERSION_MAX_TLSv1_1:
 #if OPENSSL_VERSION_NUMBER >= 0x1000100FL
       *ctx_options |= SSL_OP_NO_TLSv1_2;
 #endif
+      /* FALLTHROUGH */
     case CURL_SSLVERSION_MAX_TLSv1_2:
     case CURL_SSLVERSION_MAX_DEFAULT:
 #ifdef TLS1_3_VERSION

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



reply via email to

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