Fix typo in compatibility declaration
* src/op-support.c (GPG_ERR_SUBKEYS_EXP_REV): Change to GPG_ERR_SUBKEYS_EXP_OR_REV. -- This fixes the build with libgpg-error < 1.23
This commit is contained in:
parent
30b447fcfe
commit
f0dca0ab92
@ -34,7 +34,7 @@
|
||||
#include "debug.h"
|
||||
|
||||
#if GPG_ERROR_VERSION_NUMBER < 0x011700 /* 1.23 */
|
||||
# define GPG_ERR_SUBKEYS_EXP_REV 217
|
||||
# define GPG_ERR_SUBKEYS_EXP_OR_REV 217
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user