]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
x509-extensions test will fail if an unhandled extension is found.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 19 Mar 2014 12:43:08 +0000 (13:43 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 19 Mar 2014 12:43:08 +0000 (13:43 +0100)
tests/x509-extensions.c

index 9b8356ed4d6e69df8fe51475ac833f6b4b107423..134ea84617304a0c761500903d8bdd33d5c7791e 100644 (file)
@@ -692,7 +692,7 @@ void doit(void)
                /* find the handler for this extension and run it */
                for (j=0;;j++) {
                        if (handlers[j].oid == NULL) {
-//                             fail("could not find handler for extension %s\n", oid);
+                               fail("could not find handler for extension %s\n", oid);
                                break;
                        }