From 966cd80d886e0ff93889ea7074a61596f4356cd1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 14 Feb 2006 10:17:57 +0000 Subject: Fixed a wrong return code with gpg --verify --- include/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/errors.h') diff --git a/include/errors.h b/include/errors.h index a42d402ef..177353b7e 100644 --- a/include/errors.h +++ b/include/errors.h @@ -78,6 +78,7 @@ #define G10ERR_KEYSERVER 55 #define G10ERR_CANCELED 56 #define G10ERR_NO_CARD 57 +#define G10ERR_NO_DATA 58 #ifndef HAVE_STRERROR char *strerror (int n); -- cgit v1.2.3