summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2007-05-19 22:01:45 +0000
committerMarcus Brinkmann <mb@g10code.com>2007-05-19 22:01:45 +0000
commit939741c21a1bf76c1f835f298ed38aed1808c867 (patch)
treec0e8ec80588e5d4b01c9489787b81ed119efd208 /lang
parent42d151f9dc87d66f148f8bed01fc5814c894968a (diff)
downloadlibgpg-error-939741c21a1bf76c1f835f298ed38aed1808c867.tar.gz
2007-05-19 Marcus Brinkmann <marcus@g10code.de>
* lang/cl/gpg-error.lisp (gpg-err-source-t): Add :gpg-err-source-any.
Diffstat (limited to 'lang')
-rw-r--r--lang/cl/gpg-error.lisp1
1 files changed, 1 insertions, 0 deletions
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)