diff options
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 33ccbba29..4ce89d0c8 100644 --- a/common/errors.h +++ b/common/errors.h @@ -76,6 +76,7 @@ enum { GNUPG_CRL_Too_Old = 47, GNUPG_Line_Too_Long = 48, GNUPG_Not_Trusted = 49, + GNUPG_Canceled = 50, }; /* Status codes - fixme: should go into another file */ |