Remove the check for GNUTLS_CERT_CORRUPTED, it's not in 1.0.x.
authorJoe Shaw <joe@ximian.com>
Wed, 14 Jan 2004 21:15:07 +0000 (21:15 +0000)
committerJoe Shaw <joeshaw@src.gnome.org>
Wed, 14 Jan 2004 21:15:07 +0000 (21:15 +0000)
2004-01-14  Joe Shaw  <joe@ximian.com>

* libsoup/soup-gnutls.c (verify_certificate): Remove the
check for GNUTLS_CERT_CORRUPTED, it's not in 1.0.x.

ChangeLog
libsoup/soup-gnutls.c

index d6a0d25..bfbfc75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-14  Joe Shaw  <joe@ximian.com>
+
+       * libsoup/soup-gnutls.c (verify_certificate): Remove the
+       check for GNUTLS_CERT_CORRUPTED, it's not in 1.0.x.
+
 2004-01-12  JP Rosevear  <jpr@ximian.com>
 
        * configure.in: bump version and libtool revision
index c798f0f..dc6d552 100644 (file)
@@ -58,7 +58,6 @@ verify_certificate (gnutls_session session, const char *hostname)
 
        if (status & GNUTLS_CERT_INVALID ||
            status & GNUTLS_CERT_NOT_TRUSTED ||
-           status & GNUTLS_CERT_CORRUPTED ||
            status & GNUTLS_CERT_REVOKED)
        {
                g_warning ("The certificate is not trusted.");