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_3_0_4-8-g49b7bb4


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-8-g49b7bb4
Date: Thu, 20 Oct 2011 21:20:24 +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=49b7bb40124f97eb0ca5ac786b154473ef6eaa9f

The branch, master has been updated
       via  49b7bb40124f97eb0ca5ac786b154473ef6eaa9f (commit)
      from  e733486d19f60cb2e7b579cc9f8e7b01625c79a7 (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 49b7bb40124f97eb0ca5ac786b154473ef6eaa9f
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Oct 20 23:21:00 2011 +0200

    extra.h is no more.

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

Summary of changes:
 src/certtool-common.c |    1 -
 src/pkcs11.c          |    1 -
 src/psk.c             |    1 -
 src/srptool.c         |    1 -
 src/tests.c           |    1 -
 src/tls_test.c        |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/certtool-common.c b/src/certtool-common.c
index 5ad9934..9f87ae8 100644
--- a/src/certtool-common.c
+++ b/src/certtool-common.c
@@ -22,7 +22,6 @@
 #include <config.h>
 
 #include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
 #include <gnutls/x509.h>
 #include <gnutls/openpgp.h>
 #include <gnutls/pkcs12.h>
diff --git a/src/pkcs11.c b/src/pkcs11.c
index 251f79f..adde2c9 100644
--- a/src/pkcs11.c
+++ b/src/pkcs11.c
@@ -22,7 +22,6 @@
 #include <getpass.h>
 
 #include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
 #include <gnutls/pkcs11.h>
 #include <gnutls/abstract.h>
 #include <stdio.h>
diff --git a/src/psk.c b/src/psk.c
index 5488d61..85011be 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -41,7 +41,6 @@ main (int argc, char **argv)
 #include <string.h>
 #include <stdlib.h>
 #include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
 #include <psk-gaa.h>
 
 #include <gnutls/crypto.h>      /* for random */
diff --git a/src/srptool.c b/src/srptool.c
index 5c25c85..5dea76e 100644
--- a/src/srptool.c
+++ b/src/srptool.c
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
 #include <srptool-gaa.h>
 #include <gnutls/crypto.h>      /* for random */
 
diff --git a/src/tests.c b/src/tests.c
index 4d3d372..616053d 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -21,7 +21,6 @@
 
 #include <config.h>
 #include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
 #include <gnutls/x509.h>
 
 #ifndef _WIN32
diff --git a/src/tls_test.c b/src/tls_test.c
index ace79da..dc3c3ed 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -26,7 +26,6 @@
 #include <sys/types.h>
 #include <string.h>
 #include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <tests.h>


hooks/post-receive
-- 
GNU gnutls



reply via email to

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