aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assuan/assuan.h1
-rw-r--r--common/errors.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/assuan/assuan.h b/assuan/assuan.h
index cebae6673..8b805dd10 100644
--- a/assuan/assuan.h
+++ b/assuan/assuan.h
@@ -77,6 +77,7 @@ typedef enum {
ASSUAN_Agent_Error = 206,
ASSUAN_No_Public_Key = 207,
ASSUAN_No_Secret_Key = 208,
+ ASSUAN_Invalid_Name = 209,
ASSUAN_Cert_Revoked = 301,
ASSUAN_No_CRL_For_Cert = 302,
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 */