diff options
author | Werner Koch <[email protected]> | 2002-05-03 20:19:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-03 20:19:35 +0000 |
commit | 11d568a62fa2e3731718deb8040b94a9b42b3895 (patch) | |
tree | b52704e17a2b34a78b5af9dc2785b41efe143c72 /common/errors.h | |
parent | * certpath.c (gpgsm_validate_path): Added EXPTIME arg and changed (diff) | |
download | gnupg-11d568a62fa2e3731718deb8040b94a9b42b3895.tar.gz gnupg-11d568a62fa2e3731718deb8040b94a9b42b3895.zip |
* errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.NEWPG-0-3-6
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index 22c827299..71a7e4b5d 100644 --- a/common/errors.h +++ b/common/errors.h @@ -174,6 +174,9 @@ enum { STATUS_INV_RECP, STATUS_NO_RECP, STATUS_ALREADY_SIGNED, + + STATUS_EXPSIG, + STATUS_EXPKEYSIG }; |