diff options
author | Werner Koch <[email protected]> | 1998-01-12 10:18:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-12 10:18:17 +0000 |
commit | ed3609258828942808702a07ef2986d7328efa3f (patch) | |
tree | 185f17c055b38fee37bc0090789dcf96a1535c8c /include/errors.h | |
parent | patchlevel 2 (diff) | |
download | gnupg-ed3609258828942808702a07ef2986d7328efa3f.tar.gz gnupg-ed3609258828942808702a07ef2986d7328efa3f.zip |
started with trust stuff
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index 9679e9153..450d910cf 100644 --- a/include/errors.h +++ b/include/errors.h @@ -52,5 +52,6 @@ #define G10ERR_BAD_MPI 30 #define G10ERR_RESOURCE_LIMIT 31 #define G10ERR_INV_KEYRING 32 +#define G10ERR_TRUSTDB 33 /* a problem with the trustdb */ #endif /*G10_ERRORS_H*/ |