From 5674652e6ebfe1a4d133f1bfac36c36c7a188229 Mon Sep 17 00:00:00 2001 From: Gunter Grodotzki Date: Mon, 28 May 2018 21:33:00 +0200 Subject: [PATCH] removing too old version check --- gnupg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnupg.c b/gnupg.c index bcd9d8c..c52a9b2 100644 --- a/gnupg.c +++ b/gnupg.c @@ -981,9 +981,7 @@ PHP_FUNCTION(gnupg_keyinfo) PHP_GNUPG_ARRAY_ADD_ASSOC_BOOL(subkey, expired, gpgme_subkey); PHP_GNUPG_ARRAY_ADD_ASSOC_BOOL(subkey, revoked, gpgme_subkey); PHP_GNUPG_ARRAY_ADD_ASSOC_BOOL(subkey, can_certify, gpgme_subkey); -#if GPGME_VERSION_NUMBER >= 0x000405 /* GPGME >= 0.4.5 */ PHP_GNUPG_ARRAY_ADD_ASSOC_BOOL(subkey, can_authenticate, gpgme_subkey); -#endif /* gpgme >= 0.4.5 */ #if GPGME_VERSION_NUMBER >= 0x010100 /* GPGME >= 1.1.0 */ PHP_GNUPG_ARRAY_ADD_ASSOC_BOOL(subkey, is_qualified, gpgme_subkey); #endif /* gpgme >= 1.1.0 */