diff options
author | Werner Koch <[email protected]> | 2011-08-23 13:37:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-08-23 13:37:27 +0000 |
commit | e6bda00b966010934150b0c2134b24ff07b7c9fc (patch) | |
tree | 54e721d65f0ae9f46d036f94893eca528ec37f11 /src/err-codes.h.in | |
parent | Prepare for a W64 target. (diff) | |
download | libgpg-error-e6bda00b966010934150b0c2134b24ff07b7c9fc.tar.gz libgpg-error-e6bda00b966010934150b0c2134b24ff07b7c9fc.zip |
Add GPG_ERR_DUP_KEY
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 8bf8d87..e722688 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -218,7 +218,8 @@ 186 GPG_ERR_NO_KEYSERVER No keyserver available 187 GPG_ERR_INV_CURVE Invalid elliptic curve 188 GPG_ERR_UNKNOWN_CURVE Unknown elliptic curve -# 189 to 197 are free to be used. +189 GPG_ERR_DUP_KEY Duplicated key +# 190 to 197 are free to be used. 198 GPG_ERR_FULLY_CANCELED Operation fully cancelled 199 GPG_ERR_UNFINISHED Operation not yet finished |