diff options
author | Werner Koch <[email protected]> | 2002-03-05 17:17:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-05 17:17:41 +0000 |
commit | 914e77c133f91cf2eb508ecee60c288ca7042968 (patch) | |
tree | 78e164138ec96c8e0c41c336b20521b929d985de | |
parent | Well and some stuff to access the SC will be helpful. Note, that the (diff) | |
download | gnupg-914e77c133f91cf2eb508ecee60c288ca7042968.tar.gz gnupg-914e77c133f91cf2eb508ecee60c288ca7042968.zip |
We got more error codes than actual code ;-)
-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 */ |