diff options
author | Werner Koch <[email protected]> | 2001-12-11 12:27:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-11 12:27:10 +0000 |
commit | 0d2ea2811b62464384778bc04f625a9743a9ad03 (patch) | |
tree | 56a343ae0c397102dcce76a422845cce9c8c6e6e /common/errors.h | |
parent | --encrypt does now work for a hardwired key. (diff) | |
download | gnupg-0d2ea2811b62464384778bc04f625a9743a9ad03.tar.gz gnupg-0d2ea2811b62464384778bc04f625a9743a9ad03.zip |
new error codes
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 d64e3905e..faa39c7ff 100644 --- a/common/errors.h +++ b/common/errors.h @@ -63,6 +63,7 @@ enum { GNUPG_PIN_Entry_Error = 34, GNUPG_Bad_PIN = 35, GNUPG_Bad_Passphrase = 36, + GNUPG_Invalid_Name = 37, }; /* Status codes - fixme: should go into another file */ |