summaryrefslogtreecommitdiff
path: root/src/export.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-02-01 16:47:46 +0100
committerWerner Koch <wk@gnupg.org>2021-02-01 16:48:30 +0100
commitc8fd8870b3bf089f99156448b7d1e59c1150f994 (patch)
tree6a6b41a4a86dd5a822d31f1200889649adb96843 /src/export.c
parent13221933ed4f414142e641d1a242325e97df514a (diff)
downloadgpgme-c8fd8870b3bf089f99156448b7d1e59c1150f994.tar.gz
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
Diffstat (limited to 'src/export.c')
-rw-r--r--src/export.c1
1 files changed, 0 insertions, 1 deletions
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. */