From: Nikos Mavrogiannopoulos Date: Sat, 13 Oct 2012 20:30:31 +0000 (+0200) Subject: correctly set the format of the certificate X-Git-Tag: gnutls_3_1_4~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21dce46c4c33fb29dd5784044187d180e448151d;p=thirdparty%2Fgnutls.git correctly set the format of the certificate --- diff --git a/src/danetool.c b/src/danetool.c index 52fd03223f..55b4cb8be8 100644 --- a/src/danetool.c +++ b/src/danetool.c @@ -157,6 +157,8 @@ cmd_parser (int argc, char **argv) memset (&cinfo, 0, sizeof (cinfo)); + cinfo.incert_format = incert_format; + if (HAVE_OPT(VERBOSE)) cinfo.verbose = 1;