(STATUS_NEWSIG): New.

This commit is contained in:
Werner Koch 2004-04-05 17:24:27 +00:00
parent 496cf5aa7c
commit d3411b3277
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-05 Werner Koch <wk@gnupg.org>
* errors.h (STATUS_NEWSIG): New.
2004-03-11 Werner Koch <wk@gnupg.org>
* dynload.h [__MINGW32__]: Define RTLD_LAZY.

View File

@ -99,7 +99,8 @@ enum {
STATUS_EXPKEYSIG,
STATUS_TRUNCATED,
STATUS_ERROR
STATUS_ERROR,
STATUS_NEWSIG
};