[Pkg-gnupg-commit] [gpgme] 109/412: Fix typo in compatibility declaration

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

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
---
 src/op-support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list