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_11_3-7-gb44da6f


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_3-7-gb44da6f
Date: Thu, 14 Oct 2010 13:58:04 +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=b44da6f3924d0cb05233636521a87aa996940427

The branch, master has been updated
       via  b44da6f3924d0cb05233636521a87aa996940427 (commit)
      from  dbe767085787f5fdec183749a86c279a28676cc8 (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 b44da6f3924d0cb05233636521a87aa996940427
Author: Simon Josefsson <address@hidden>
Date:   Thu Oct 14 15:55:07 2010 +0200

    Fix syntax-check warning.

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

Summary of changes:
 .x-sc_two_space_separator_in_usage |    2 +-
 lib/cryptodev.c                    |    2 +-
 lib/m4/hooks.m4                    |    4 ++--
 lib/pakchois/pakchois11.h          |    8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.x-sc_two_space_separator_in_usage 
b/.x-sc_two_space_separator_in_usage
index ec74edb..d1f9e0c 100644
--- a/.x-sc_two_space_separator_in_usage
+++ b/.x-sc_two_space_separator_in_usage
@@ -1,3 +1,3 @@
 ^build-aux/gnupload
-^doc/gnutls.texi
+^doc/.*.texi
 ^tests/sha2/sha2
diff --git a/lib/cryptodev.c b/lib/cryptodev.c
index 10a88fc..fb74be7 100644
--- a/lib/cryptodev.c
+++ b/lib/cryptodev.c
@@ -276,7 +276,7 @@ _gnutls_cryptodev_deinit (void)
 
 /* if we are using linux /dev/crypto
  */
-#if defined(COP_FLAG_UPDATE)
+#if defined COP_FLAG_UPDATE
 
 static const int gnutls_mac_map[] = {
   [GNUTLS_MAC_MD5] = CRYPTO_MD5_HMAC,
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index ecd4c54..c4d6e00 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -45,10 +45,10 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
       libgcrypt=$withval,
       libgcrypt=no)
     if test "$libgcrypt" = "yes"; then
-       cryptolib=libgcrypt
+        cryptolib=libgcrypt
         AC_DEFINE([HAVE_GCRYPT], 1, [whether the gcrypt library is in use])
        AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [#include <gcrypt.h>],
-    [enum gcry_cipher_algos i = GCRY_CIPHER_CAMELLIA128])
+                      [enum gcry_cipher_algos i = GCRY_CIPHER_CAMELLIA128])
       if test "$ac_cv_libgcrypt" != yes; then
         AC_MSG_ERROR([[
 ***  
diff --git a/lib/pakchois/pakchois11.h b/lib/pakchois/pakchois11.h
index e5056ce..7539b38 100644
--- a/lib/pakchois/pakchois11.h
+++ b/lib/pakchois/pakchois11.h
@@ -53,7 +53,7 @@
 #ifndef PKCS11_H
 #define PKCS11_H 1
 
-#if defined(__cplusplus)
+#ifdef __cplusplus
 extern "C"
 {
 #endif
@@ -79,7 +79,7 @@ extern "C"
 
 /* System dependencies.  */
 
-#if defined(_WIN32) || defined(CRYPTOKI_FORCE_WIN32)
+#if defined _WIN32 || defined CRYPTOKI_FORCE_WIN32
 
 /* There is a matching pop below.  */
 #pragma pack(push, cryptoki, 1)
@@ -1341,11 +1341,11 @@ ck_rv_t CK_SPEC name args
 
 
 /* System dependencies.  */
-#if defined(_WIN32) || defined(CRYPTOKI_FORCE_WIN32)
+#if defined _WIN32 || defined CRYPTOKI_FORCE_WIN32
 #pragma pack(pop, cryptoki)
 #endif
 
-#if defined(__cplusplus)
+#ifdef __cplusplus
 }
 #endif
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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