diff options
author | Werner Koch <[email protected]> | 2004-03-16 10:47:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-03-16 10:47:08 +0000 |
commit | b541bbde6dd97ed71368443389566b16ef1f7f18 (patch) | |
tree | aeda6e763ad72ebedc3a403a640c5ceeced44983 /common/maperror.c | |
parent | (list_cert_colon): Hack to set the expired flag. (diff) | |
download | gnupg-b541bbde6dd97ed71368443389566b16ef1f7f18.tar.gz gnupg-b541bbde6dd97ed71368443389566b16ef1f7f18.zip |
* dynload.h [__MINGW32__]: Define RTLD_LAZY.
Diffstat (limited to '')
-rw-r--r-- | common/maperror.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/maperror.c b/common/maperror.c index b04ec0bb3..2f6f1b159 100644 --- a/common/maperror.c +++ b/common/maperror.c @@ -72,9 +72,7 @@ map_assuan_err (int err) case ASSUAN_Not_Confirmed: ec = GPG_ERR_NOT_CONFIRMED; break; case ASSUAN_Invalid_Id: ec = GPG_ERR_INV_ID; break; -#if 0 /* FIXME: Enable this after releasing libgpg error 0.7 */ case ASSUAN_Locale_Problem: ec = GPG_ERR_LOCALE_PROBLEM; break; -#endif default: ec = err < 100? GPG_ERR_ASSUAN_SERVER_FAULT : GPG_ERR_ASSUAN; |