* errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.

This commit is contained in:
Werner Koch 2002-05-03 20:19:35 +00:00
parent a64b3686b4
commit 11d568a62f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-05-03 Werner Koch <wk@gnupg.org>
* errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.
2002-04-15 Werner Koch <wk@gnupg.org>
* cryptmiss.c: New.

View File

@ -174,6 +174,9 @@ enum {
STATUS_INV_RECP,
STATUS_NO_RECP,
STATUS_ALREADY_SIGNED,
STATUS_EXPSIG,
STATUS_EXPKEYSIG
};