[SCM] GNU gnutls branch, master, updated. gnutls_3_1_3-4-g21dce46
"Nikos Mavrogiannopoulos" <[email protected]> Sat, 13 Oct 2012 20:30:45 +0000
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=21dce46c4c33fb29dd5784044187d180e448151d
The branch, master has been updated
via 21dce46c4c33fb29dd5784044187d180e448151d (commit)
from 75f1bde4d6090bb5a7b0bd60a8081afd8be3c0ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 21dce46c4c33fb29dd5784044187d180e448151d
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Sat Oct 13 22:30:31 2012 +0200
correctly set the format of the certificate
-----------------------------------------------------------------------
Summary of changes:
src/danetool.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/danetool.c b/src/danetool.c
index 52fd032..55b4cb8 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;
hooks/post-receive
--
GNU gnutls