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_99_0-33-g9ebe9b3


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_0-33-g9ebe9b3
Date: Wed, 13 Apr 2011 15:28: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=9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78

The branch, master has been updated
       via  9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78 (commit)
      from  eea634092861a794e866325fad3735380d14ca7c (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 9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 12 23:36:09 2011 +0200

    Don't include <gcrypt.h> when it's not needed.

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

Summary of changes:
 NEWS                   |    2 ++
 src/certtool-common.c  |    5 ++---
 src/certtool.c         |    5 ++---
 src/p11tool.c          |    4 +---
 tests/crq_key_id.c     |    3 +--
 tests/cve-2009-1416.c  |    3 +--
 tests/pkcs12_s2k_pem.c |    3 +--
 7 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index a3c43cc..db71fa7 100644
--- a/NEWS
+++ b/NEWS
@@ -115,6 +115,8 @@ gnutls_ia_set_server_avp_function: REMOVED
 gnutls_ia_set_server_avp_ptr: REMOVED
 gnutls_ia_verify_endphase: REMOVED
 
+** Several files unnecessarily included <gcrypt.h>; this has been fixed.
+
 
 * Version 2.12.2 (released 2011-04-08)
 
diff --git a/src/certtool-common.c b/src/certtool-common.c
index f3c6658..7e7083d 100644
--- a/src/certtool-common.c
+++ b/src/certtool-common.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 
Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+ *   2011 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
@@ -28,8 +29,6 @@
 #include <gnutls/pkcs11.h>
 #include <gnutls/abstract.h>
 
-#include <gcrypt.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/src/certtool.c b/src/certtool.c
index b456bf6..9800bfb 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 
Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+ *   2011 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
@@ -28,8 +29,6 @@
 #include <gnutls/pkcs11.h>
 #include <gnutls/abstract.h>
 
-#include <gcrypt.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/src/p11tool.c b/src/p11tool.c
index 0125531..4c10f59 100644
--- a/src/p11tool.c
+++ b/src/p11tool.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2011 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
@@ -30,8 +30,6 @@
 #include <gnutls/pkcs11.h>
 #include <gnutls/abstract.h>
 
-#include <gcrypt.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/tests/crq_key_id.c b/tests/crq_key_id.c
index 2d7a9c4..fff9f8f 100644
--- a/tests/crq_key_id.c
+++ b/tests/crq_key_id.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
  *
  * Author: David Marín Carreño
  *
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <gcrypt.h>
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 #include <gnutls/abstract.h>
diff --git a/tests/cve-2009-1416.c b/tests/cve-2009-1416.c
index 784521f..b9a66e5 100644
--- a/tests/cve-2009-1416.c
+++ b/tests/cve-2009-1416.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
@@ -41,7 +41,6 @@
 #include <stdarg.h>
 #include <stdlib.h>
 
-#include <gcrypt.h>
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
diff --git a/tests/pkcs12_s2k_pem.c b/tests/pkcs12_s2k_pem.c
index d20df0c..a09faae 100644
--- a/tests/pkcs12_s2k_pem.c
+++ b/tests/pkcs12_s2k_pem.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
@@ -34,7 +34,6 @@
 #include <stdarg.h>
 #include <stdlib.h>
 
-#include <gcrypt.h>
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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