From 1e4bed0bedcb90425ca1cb6be74153c68c1b40bc Tue Mar 29 00:00:00 2022 From: <saraico@ugd.gob.mx> Date: Tue Mar 29 00:00:00 2022 Subject: [PATCH] compatibility with gpgme-1.13.1 Change-Id: 1e4bed0bedcb90425ca1cb6be74153c68c1b40bc --- xmlsecurity/source/gpg/CertificateImpl.cxx | 5 +---- 1 file changed, 1 additions(+), 4 deletions(-) diff -uri a/xmlsecurity/source/gpg/CertificateImpl.cxx b/xmlsecurity/source/gpg/CertificateImpl.cxx index 0000000..e28482c 100644 --- a/xmlsecurity/source/gpg/CertificateImpl.cxx 2022-02-28 12:19:33.000000000 -0600 +++ b/xmlsecurity/source/gpg/CertificateImpl.cxx 2022-03-29 15:07:40.000000000 -0600 @@ -215,9 +215,7 @@ ctx->setArmor(false); // caller will base64-encode anyway GpgME::Error err = ctx->exportPublicKeys( key.primaryFingerprint(), - data_out, - officecfg::Office::Common::Security::OpenPGP::MinimalKeyExport::get() - ? GpgME::Context::ExportMinimal : 0 + data_out ); if (err)