diff options
author | Werner Koch <[email protected]> | 2004-04-05 17:24:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-05 17:24:27 +0000 |
commit | d3411b3277222805054678ebcafc75456802cf7a (patch) | |
tree | d307821f85df918faed5c36846e8993c595ecc34 /common/errors.h | |
parent | (gpgsm_sign): Include a short list of capabilities. (diff) | |
download | gnupg-d3411b3277222805054678ebcafc75456802cf7a.tar.gz gnupg-d3411b3277222805054678ebcafc75456802cf7a.zip |
(STATUS_NEWSIG): New.
Diffstat (limited to '')
-rw-r--r-- | common/errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/errors.h b/common/errors.h index 881a2fa51..f34f3ba79 100644 --- a/common/errors.h +++ b/common/errors.h @@ -99,7 +99,8 @@ enum { STATUS_EXPKEYSIG, STATUS_TRUNCATED, - STATUS_ERROR + STATUS_ERROR, + STATUS_NEWSIG }; |