aboutsummaryrefslogtreecommitdiffstats
path: root/include/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-02-14 10:17:57 +0000
committerWerner Koch <[email protected]>2006-02-14 10:17:57 +0000
commit966cd80d886e0ff93889ea7074a61596f4356cd1 (patch)
tree7671827d9e2ebf36d5bd377d4a2e967c3c984916 /include/errors.h
parentLock random seed file (diff)
downloadgnupg-966cd80d886e0ff93889ea7074a61596f4356cd1.tar.gz
gnupg-966cd80d886e0ff93889ea7074a61596f4356cd1.zip
Fixed a wrong return code with gpg --verify
Diffstat (limited to 'include/errors.h')
-rw-r--r--include/errors.h1
1 files changed, 1 insertions, 0 deletions
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);