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:
Andre Heinecke 2016-05-18 15:27:32 +02:00
parent 30b447fcfe
commit f0dca0ab92

View File

@ -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