diff options
| author | Werner Koch <[email protected]> | 2005-05-31 10:11:01 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-05-31 10:11:01 +0000 |
| commit | a6a93ac54036c17de906e581de7aeeba5e463a31 (patch) | |
| tree | aaee931cc8862f003d5f847ac0de364081199f3e /g10/cardglue.h | |
| parent | Updated FSF street address and preparations for a release candidate. (diff) | |
| download | gnupg-a6a93ac54036c17de906e581de7aeeba5e463a31.tar.gz gnupg-a6a93ac54036c17de906e581de7aeeba5e463a31.zip | |
* keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.
* cardglue.c (assuan_strerror, assuan_transact): Dummy functions
if not build with agent support.
* zh_TW.po, zh_CN.po, es.po, ro.po: Updated.
* tr.po: Updated from TP. Note: this is an exception in general
translations from the Robot are not anymore accepted.
* regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
Diffstat (limited to 'g10/cardglue.h')
| -rw-r--r-- | g10/cardglue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/cardglue.h b/g10/cardglue.h index 8d7ec369e..2e652b378 100644 --- a/g10/cardglue.h +++ b/g10/cardglue.h @@ -92,6 +92,7 @@ typedef struct ctrl_ctx_s *ctrl_t; #define GPG_ERR_INV_ID G10ERR_GENERAL #define GPG_ERR_INV_NAME G10ERR_GENERAL #define GPG_ERR_INV_VALUE G10ERR_INV_ARG +#define GPG_ERR_INV_SEXP G10ERR_INV_ARG #define GPG_ERR_NOT_SUPPORTED G10ERR_UNSUPPORTED #define GPG_ERR_NO_OBJ G10ERR_GENERAL #define GPG_ERR_PIN_BLOCKED G10ERR_PASSPHRASE |
