[Pkg-gnupg-commit] [gnupg2] 47/241: common: Add more replacement error codes.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:31:52 UTC 2015


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

dkg pushed a commit to branch master
in repository gnupg2.

commit ffe60eb3d2b8f7d6c506804ce4645d695c91f237
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Oct 21 17:38:33 2015 +0200

    common: Add more replacement error codes.
    
    * common/util.h (GPG_ERR_SERVER_FAILED): New.
    (GPG_ERR_NO_KEY): New.
    (GPG_ERR_NO_NAME): New.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 common/util.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/util.h b/common/util.h
index af1a319..06d5f87 100644
--- a/common/util.h
+++ b/common/util.h
@@ -126,6 +126,9 @@
 # define GPG_ERR_LDAP_PROX_AUTH_DENIED      891
 #endif /*GPG_ERROR_VERSION_NUMBER < 0x011300*/
 #if GPG_ERROR_VERSION_NUMBER < 0x011500  /* 1.21 */
+# define GPG_ERR_SERVER_FAILED              219
+# define GPG_ERR_NO_KEY                     220
+# define GPG_ERR_NO_NAME                    221
 # define GPG_ERR_TRUE                       255
 # define GPG_ERR_FALSE                      256
 #endif

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



More information about the Pkg-gnupg-commit mailing list