From 0101efc0e26dc74ea79b39584df82da53a6e2032 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 4 Oct 2012 18:58:13 +0200 Subject: [PATCH] do not set verify_flags --- src/cli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.c b/src/cli.c index 6d99572f7..2ca5b26a9 100644 --- a/src/cli.c +++ b/src/cli.c @@ -605,7 +605,6 @@ init_tls_session (const char *hostname) gnutls_certificate_set_retrieve_function2 (xcred, cert_callback); gnutls_certificate_set_verify_function (xcred, cert_verify_callback); - gnutls_certificate_set_verify_flags (xcred, 0); /* send the fingerprint */ #ifdef ENABLE_OPENPGP -- 2.11.4.GIT