mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
common: Provide two new error code replacements.
* common/util.h (GPG_ERR_FALSE, GPG_ERR_TRUE): Rew replcements. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
348acbe18a
commit
f1effdc5ec
@ -125,6 +125,10 @@
|
||||
# define GPG_ERR_LDAP_ASSERTION_FAILED 890
|
||||
# define GPG_ERR_LDAP_PROX_AUTH_DENIED 891
|
||||
#endif /*GPG_ERROR_VERSION_NUMBER < 0x011300*/
|
||||
#if GPG_ERROR_VERSION_NUMBER < 0x011500 /* 1.21 */
|
||||
# define GPG_ERR_TRUE 255
|
||||
# define GPG_ERR_FALSE 256
|
||||
#endif
|
||||
|
||||
/* Hash function used with libksba. */
|
||||
#define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write)
|
||||
|
Loading…
x
Reference in New Issue
Block a user