[PATCH GnuPG] options: drop opt.flags.rfc4880bis (no longer in use)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue Feb 4 04:56:21 CET 2025
g10/options.h (opt): remove unused flags member rfc4880bis (not used).
--
Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
g10/options.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/g10/options.h b/g10/options.h
index 6f5017196..2f73a9cf4 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -285,8 +285,6 @@ struct
unsigned int disable_signer_uid:1;
unsigned int include_key_block:1;
unsigned int auto_key_import:1;
- /* Flag to enable experimental features from RFC4880bis. */
- unsigned int rfc4880bis:1;
/* Hack: --output is not given but OUTFILE was temporary set to "-". */
unsigned int dummy_outfile:1;
/* Force the use of the OpenPGP card and do not allow the use of
--
2.47.2
More information about the Gnupg-devel
mailing list