diff options
author | Werner Koch <[email protected]> | 2016-11-02 09:05:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-02 09:05:37 +0000 |
commit | 49e32eed4550869644d706352d683ddba5696d4e (patch) | |
tree | bdecb612a4954b8316e1fb4e143da6524bc8aea3 /src | |
parent | tests: Fix name of the test. (diff) | |
download | libgpg-error-49e32eed4550869644d706352d683ddba5696d4e.tar.gz libgpg-error-49e32eed4550869644d706352d683ddba5696d4e.zip |
Add error codes GPG_ERR_TOO_YOUNG and GPG_ERR_TOO_OLD.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 1bf717d..f29c234 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -326,6 +326,8 @@ 304 GPG_ERR_USER_ID_EXISTS User ID already exists 305 GPG_ERR_NAME_EXISTS Name already exists 306 GPG_ERR_DUP_NAME Duplicated name +307 GPG_ERR_TOO_YOUNG Objects is too young +308 GPG_ERR_TOO_OLD Objects is too old # This range is free for use. # |