diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/common/util.h b/common/util.h index acda2646e..4564009ce 100644 --- a/common/util.h +++ b/common/util.h @@ -39,12 +39,11 @@ * libgpg-error version. Define them here. * Example: (#if GPG_ERROR_VERSION_NUMBER < 0x011500 // 1.21) */ -#if GPG_ERROR_VERSION_NUMBER < 0x012f00 /* 1.47 */ -# define GPG_ERR_BAD_PUK 320 -# define GPG_ERR_NO_RESET_CODE 321 -# define GPG_ERR_BAD_RESET_CODE 322 +#if GPGRT_VERSION_NUMBER < 0x013800 /* 1.56 */ +# define GPG_ERR_UNEXPECTED_PACKET 216 #endif + #ifndef EXTERN_UNLESS_MAIN_MODULE # if !defined (INCLUDED_BY_MAIN_MODULE) # define EXTERN_UNLESS_MAIN_MODULE extern |