gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_8-14-gacadf35


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_8-14-gacadf35
Date: Mon, 09 Nov 2009 14:46:17 +0000

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=acadf35881a9e71c06f793771b2f8b22792df1c4

The branch, master has been updated
       via  acadf35881a9e71c06f793771b2f8b22792df1c4 (commit)
      from  a834d2cb55d0697e28e9547c3081004d712c5558 (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 acadf35881a9e71c06f793771b2f8b22792df1c4
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 9 15:46:11 2009 +0100

    Cleanup header inclusion.

-----------------------------------------------------------------------

Summary of changes:
 src/certtool.c |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/certtool.c b/src/certtool.c
index d8204be..235dafa 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -18,23 +18,21 @@
  */
 
 #include <config.h>
+
 #include <gnutls/gnutls.h>
 #include <gnutls/extra.h>
+#include <gnutls/x509.h>
+#include <gnutls/openpgp.h>
+#include <gnutls/pkcs12.h>
+
 #include <gcrypt.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <gnutls/x509.h>
-#include <gnutls/openpgp.h>
 #include <time.h>
-#include "certtool-gaa.h"
-#include "certtool-common.h"
-#include <gnutls/pkcs12.h>
 #include <unistd.h>
-#include <certtool-cfg.h>
-#include <gcrypt.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -46,6 +44,10 @@
 #include <progname.h>
 #include <version-etc.h>
 
+#include <certtool-cfg.h>
+#include "certtool-gaa.h"
+#include "certtool-common.h"
+
 static void print_crl_info (gnutls_x509_crl_t crl, FILE * out);
 int generate_prime (int bits, int how);
 void pkcs7_info (void);


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]