diff options
author | Werner Koch <[email protected]> | 2006-09-06 16:35:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-06 16:35:52 +0000 |
commit | eef036df235b7fb16b57bb78daf6f7e590d8e6d6 (patch) | |
tree | 9350e6fa2ffde2219b3b13dabb450c96064ca1ad /common/maperror.c | |
parent | Minor changes and typo fixes. (diff) | |
download | gnupg-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.tar.gz gnupg-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.zip |
The big Assuan error code removal.
Diffstat (limited to 'common/maperror.c')
-rw-r--r-- | common/maperror.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/maperror.c b/common/maperror.c index 06546b501..f0f11c4fa 100644 --- a/common/maperror.c +++ b/common/maperror.c @@ -19,6 +19,8 @@ * USA. */ +#error This file is not anymore used. + #include <config.h> #include <errno.h> #include <stdio.h> @@ -33,6 +35,7 @@ #include "errors.h" + /* Map Assuan error code ERR to an GPG_ERR_ code. We need to distinguish between genuine (and legacy) Assuan error codes and application error codes shared with all GnuPG modules. The rule is |