gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8205 - libmicrohttpd/src/daemon/https/tls


From: gnunet
Subject: [GNUnet-SVN] r8205 - libmicrohttpd/src/daemon/https/tls
Date: Sun, 8 Feb 2009 21:15:17 -0700 (MST)

Author: grothoff
Date: 2009-02-08 21:15:17 -0700 (Sun, 08 Feb 2009)
New Revision: 8205

Modified:
   libmicrohttpd/src/daemon/https/tls/gnutls_handshake.c
Log:
dce

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_handshake.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_handshake.c       2009-02-09 
04:15:12 UTC (rev 8204)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_handshake.c       2009-02-09 
04:15:17 UTC (rev 8205)
@@ -281,19 +281,11 @@
        * then we send him the highest we support.
        */
       ret = MHD_gtls_version_max (session);
-      if (ret == MHD_GNUTLS_PROTOCOL_VERSION_UNKNOWN)
-        {
-          /* this check is not really needed.
-           */
-          MHD_gnutls_assert ();
-          return GNUTLS_E_UNKNOWN_CIPHER_SUITE;
-        }
     }
   else
     {
       ret = adv_version;
     }
-
   MHD_gtls_set_current_version (session, ret);
 
   return ret;





reply via email to

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