From c8fd8870b3bf089f99156448b7d1e59c1150f994 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 1 Feb 2021 16:47:46 +0100 Subject: core: Remove experimental feature GPGME_EXPORT_MODE_NOUID. * src/export.c (export_start): Remove GPGME_EXPORT_MODE_NOUID check. * src/engine-gpg.c (export_common): Ditto. -- Note that this constant was never announed and used only for internal tests. It made it into some release only by accident. The constants is kept in gpgme.h to not break any code but it is non-fucntionals. We do not consider this an ABI break. GnuPG-bug-id: 5284 --- src/export.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/export.c') diff --git a/src/export.c b/src/export.c index 879a54f9..4cee0ef9 100644 --- a/src/export.c +++ b/src/export.c @@ -129,7 +129,6 @@ export_start (gpgme_ctx_t ctx, int synchronous, const char *pattern, |GPGME_EXPORT_MODE_SECRET |GPGME_EXPORT_MODE_SSH |GPGME_EXPORT_MODE_RAW - |GPGME_EXPORT_MODE_NOUID |GPGME_EXPORT_MODE_PKCS12))) return gpg_error (GPG_ERR_INV_VALUE); /* Invalid flags in MODE. */ -- cgit v1.2.3