]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed old flag
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 6 Oct 2012 22:01:42 +0000 (00:01 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 6 Oct 2012 22:01:42 +0000 (00:01 +0200)
src/cli.c

index 5b72310c6c664357b75d1380e2874f5bd449c398..786156a5d178a68896b3e654692bc61f98ff5dc3 100644 (file)
--- a/src/cli.c
+++ b/src/cli.c
@@ -481,7 +481,7 @@ cert_verify_callback (gnutls_session_t session)
   if (dane) /* try DANE auth */
     {
       rc = dane_verify_session_crt( session, hostname, udp?"udp":"tcp", atoi(service), 
-              DANE_F_REQUIRE_DNSSEC|DANE_F_IGNORE_LOCAL_RESOLVER, &status);
+                                    DANE_F_IGNORE_LOCAL_RESOLVER, &status);
       if (rc < 0)
         {
           fprintf(stderr, "*** DANE verification error: %s\n", dane_strerror(rc));