mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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.
This commit is contained in:
parent
7d4043ca57
commit
a6a93ac540
34 changed files with 6933 additions and 7065 deletions
|
@ -191,6 +191,11 @@ int build_sk_list( STRLIST locusr, SK_LIST *ret_sk_list,
|
|||
#ifdef ENABLE_AGENT_SUPPORT
|
||||
assuan_context_t agent_open (int try);
|
||||
void agent_close (assuan_context_t ctx);
|
||||
#else
|
||||
/* If we build w/o agent support, assuan.h won't get included and thus
|
||||
we need to define a replacement for some Assuan types. */
|
||||
typedef int assuan_error_t;
|
||||
typedef void *assuan_context_t;
|
||||
#endif
|
||||
int have_static_passphrase(void);
|
||||
void read_passphrase_from_fd( int fd );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue