diff options
author | Werner Koch <wk@gnupg.org> | 2002-03-05 18:17:41 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-03-05 18:17:41 +0100 |
commit | 914e77c133f91cf2eb508ecee60c288ca7042968 (patch) | |
tree | 78e164138ec96c8e0c41c336b20521b929d985de /common/errors.h | |
parent | Well and some stuff to access the SC will be helpful. Note, that the (diff) | |
download | gnupg2-914e77c133f91cf2eb508ecee60c288ca7042968.tar.xz gnupg2-914e77c133f91cf2eb508ecee60c288ca7042968.zip |
We got more error codes than actual code ;-)
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index a8389f88d..8649ea215 100644 --- a/common/errors.h +++ b/common/errors.h @@ -99,6 +99,7 @@ enum { GNUPG_No_Scdaemon = 70, GNUPG_Scdaemon_Error = 71, GNUPG_Unsupported_Protocol = 72, + GNUPG_Bad_PIN_Method = 73, }; /* Status codes - fixme: should go into another file */ |