diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lang/cl/gpg-error.lisp | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-19 Marcus Brinkmann <[email protected]> + + * lang/cl/gpg-error.lisp (gpg-err-source-t): Add + :gpg-err-source-any. + 2006-12-09 Marcus Brinkmann <[email protected]> * src/Makefile.am (EXTRA_DIST): Add README. diff --git a/lang/cl/gpg-error.lisp b/lang/cl/gpg-error.lisp index 3bf4999..c0948be 100644 --- a/lang/cl/gpg-error.lisp +++ b/lang/cl/gpg-error.lisp @@ -50,6 +50,7 @@ (:gpg-err-source-ksba 9) (:gpg-err-source-dirmngr 10) (:gpg-err-source-gsti 11) + (:gpg-err-source-any 31) (:gpg-err-source-user-1 32) (:gpg-err-source-user-2 33) (:gpg-err-source-user-3 34) |