[Pkg-gnupg-commit] [libassuan] 35/437: * maperror.c: Add mapping for Not_Trusted.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:20 UTC 2015


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

eric pushed a commit to branch master
in repository libassuan.

commit ba6c275d1ad8b7575ac42360c68061373b5c21d5
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Jan 15 13:02:11 2002 +0000

    * maperror.c: Add mapping for Not_Trusted.
---
 src/assuan.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/assuan.h b/src/assuan.h
index 35a693b..477e2de 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -85,6 +85,7 @@ typedef enum {
   ASSUAN_Cert_Revoked = 301,
   ASSUAN_No_CRL_For_Cert = 302,
   ASSUAN_CRL_Too_Old = 303,
+  ASSUAN_Not_Trusted = 304,
 
 } AssuanError;
 

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



More information about the Pkg-gnupg-commit mailing list