gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-8-gad896d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-8-gad896d8
Date: Thu, 11 Nov 2010 22:58:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=ad896d8a1916e328b57458fec79b0deaf62fa4a6

The branch, gnutls_2_10_x has been updated
       via  ad896d8a1916e328b57458fec79b0deaf62fa4a6 (commit)
      from  f48cb4e387e0b89627310499ce5d80b3063a5ee2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad896d8a1916e328b57458fec79b0deaf62fa4a6
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 11 23:20:20 2010 +0100

    Removed redundant error check. Reported by Nicolas Kaiser.

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_x509.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 5dd01ef..a68e06c 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -159,14 +159,6 @@ _gnutls_x509_cert_verify_peers (gnutls_session_t session,
          return ret;
        }
 
-
-      if (ret < 0)
-       {
-         gnutls_assert ();
-         CLEAR_CERTS;
-         return ret;
-       }
-
       ret = check_bits (peer_certificate_list[i], cred->verify_bits);
       if (ret < 0)
        {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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