diff options
author | Werner Koch <[email protected]> | 1997-12-01 10:33:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-12-01 10:33:23 +0000 |
commit | 5c1cca042e6bc0de22c7913f08457c7b8a46e592 (patch) | |
tree | 234246f67cf2e7deb79b94e7491fdd7111c1c65e /include/errors.h | |
parent | Improved prime number test (diff) | |
download | gnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.tar.gz gnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.zip |
List and check sigs works
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index f2e7570cc..7ad3181c4 100644 --- a/include/errors.h +++ b/include/errors.h @@ -48,5 +48,6 @@ #define G10ERR_PASSPHRASE 26 /* invalid passphrase */ #define G10ERR_NI_PUBKEY 27 #define G10ERR_NI_CIPHER 28 +#define G10ERR_SIG_CLASS 29 #endif /*G10_ERRORS_H*/ |