[git] GPGME - branch, master, updated. gpgme-1.6.0-109-gf0dca0a

by Andre Heinecke cvs at cvs.gnupg.org
Wed May 18 15:29:02 CEST 2016


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 "GnuPG Made Easy".

The branch, master has been updated
       via  f0dca0ab92ed18d80e30d7d39db1596b4112794f (commit)
      from  30b447fcfe0e4f362c2575e1b9388e8144b5b2fd (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 f0dca0ab92ed18d80e30d7d39db1596b4112794f
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed May 18 15:27:32 2016 +0200

    Fix typo in compatibility declaration
    
    * src/op-support.c (GPG_ERR_SUBKEYS_EXP_REV): Change to
    GPG_ERR_SUBKEYS_EXP_OR_REV.
    
    --
    This fixes the build with libgpg-error < 1.23

diff --git a/src/op-support.c b/src/op-support.c
index d51d643..4e388a4 100644
--- a/src/op-support.c
+++ b/src/op-support.c
@@ -34,7 +34,7 @@
 #include "debug.h"
 
 #if GPG_ERROR_VERSION_NUMBER < 0x011700  /* 1.23 */
-# define GPG_ERR_SUBKEYS_EXP_REV 217
+# define GPG_ERR_SUBKEYS_EXP_OR_REV 217
 #endif
 
 

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

Summary of changes:
 src/op-support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list