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_18-120-ga8f5d58


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-120-ga8f5d58
Date: Tue, 05 Jun 2012 17:01:28 +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=a8f5d585a2b482b3d33ce7f5e8ff2785b6ac4f8e

The branch, master has been updated
       via  a8f5d585a2b482b3d33ce7f5e8ff2785b6ac4f8e (commit)
       via  b0ee1e28ddc013cb4cf24a6db5ee53ffb6663b58 (commit)
       via  5b5c4df2cd807798046f62915cd072ba442bc6c9 (commit)
      from  56b91f274a3e720d1470bb576dc851a98a3dccb8 (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 a8f5d585a2b482b3d33ce7f5e8ff2785b6ac4f8e
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jun 5 19:00:49 2012 +0200

    moved ca-certs.

commit b0ee1e28ddc013cb4cf24a6db5ee53ffb6663b58
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jun 5 18:59:53 2012 +0200

    updated

commit 5b5c4df2cd807798046f62915cd072ba442bc6c9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jun 5 18:07:25 2012 +0200

    stdarg.h is not needed

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

Summary of changes:
 lib/includes/gnutls/abstract.h           |    1 -
 tests/Makefile.am                        |    2 +-
 tests/cert-tests/Makefile.am             |    2 +-
 tests/{certs => cert-tests}/ca-certs.pem |    0
 win32/devcpp.tar                         |  Bin 30720 -> 30720 bytes
 5 files changed, 2 insertions(+), 3 deletions(-)
 rename tests/{certs => cert-tests}/ca-certs.pem (100%)

diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h
index f12e9ac..ad66246 100644
--- a/lib/includes/gnutls/abstract.h
+++ b/lib/includes/gnutls/abstract.h
@@ -23,7 +23,6 @@
 #ifndef __GNUTLS_ABSTRACT_H
 #define __GNUTLS_ABSTRACT_H
 
-#include <stdarg.h>
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 #include <gnutls/pkcs11.h>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c1fc53f..8437924 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -99,7 +99,7 @@ dist_check_SCRIPTS = rfc2253-escape-test
 TESTS = $(ctests) $(dist_check_SCRIPTS)
 
 TESTS_ENVIRONMENT =                                            \
-       CAFILE=$(srcdir)/certs/ca-certs.pem                     \
+       CAFILE=$(srcdir)/cert-tests/ca-certs.pem                \
        PKCS12FILE=$(srcdir)/pkcs12-decode/client.p12           \
        PKCS12PASSWORD=foobar                                   \
        PKCS12FILE_2=$(srcdir)/pkcs12-decode/pkcs12_2certs.p12  \
diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am
index 38c0571..098c861 100644
--- a/tests/cert-tests/Makefile.am
+++ b/tests/cert-tests/Makefile.am
@@ -21,7 +21,7 @@
 
 EXTRA_DIST = ca-no-pathlen.pem no-ca-or-pathlen.pem aki-cert.pem \
        template-test.key template-test.pem template-test.tmpl \
-       funny-spacing.pem
+       funny-spacing.pem ca-certs.pem
 
 dist_check_SCRIPTS = pathlen aki template-test pem-decoding
 
diff --git a/tests/certs/ca-certs.pem b/tests/cert-tests/ca-certs.pem
similarity index 100%
rename from tests/certs/ca-certs.pem
rename to tests/cert-tests/ca-certs.pem
diff --git a/win32/devcpp.tar b/win32/devcpp.tar
index f19cb67..02b3c89 100644
Binary files a/win32/devcpp.tar and b/win32/devcpp.tar differ


hooks/post-receive
-- 
GNU gnutls



reply via email to

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