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 /util/errors.c | |
parent | Improved prime number test (diff) | |
download | gnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.tar.gz gnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.zip |
List and check sigs works
Diffstat (limited to 'util/errors.c')
-rw-r--r-- | util/errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/errors.c b/util/errors.c index 1e4579fc4..46797df3b 100644 --- a/util/errors.c +++ b/util/errors.c @@ -60,6 +60,7 @@ g10_errstr( int err ) X(PASSPHRASE ,"Invalid passphrase") X(NI_PUBKEY ,"Unimplemented pubkey algorithm") X(NI_CIPHER ,"Unimplemented cipher algorithm") + X(SIG_CLASS ,"Unknown signature class") default: p = buf; sprintf(buf, "Error code %d", err); break; } |