From 2c9948c00ad95ec746ffd824f8fea279f2dcab27 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 8 Jun 2005 03:31:48 +0000 Subject: * options.h, g10.c (main), export.c (parse_export_options, do_export_stream): Add export-options export-clean-sigs, export-clean-uids, export-clean-subkeys, and export-clean which is all of the above. Export-minimal is the same except it also removes all non-selfsigs. export-unusable-sigs is now a noop. --- g10/g10.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/g10.c') diff --git a/g10/g10.c b/g10/g10.c index f258a9312..dd3ebd51f 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -1664,9 +1664,9 @@ main( int argc, char **argv ) opt.force_v3_sigs = 1; opt.escape_from = 1; opt.import_options=IMPORT_SK2PK; - opt.export_options=EXPORT_ATTRIBUTES|EXPORT_UNUSABLE_SIGS; + opt.export_options=EXPORT_ATTRIBUTES; opt.keyserver_options.import_options=IMPORT_REPAIR_PKS_SUBKEY_BUG; - opt.keyserver_options.export_options=EXPORT_ATTRIBUTES|EXPORT_UNUSABLE_SIGS; + opt.keyserver_options.export_options=EXPORT_ATTRIBUTES; opt.keyserver_options.options= KEYSERVER_INCLUDE_SUBKEYS|KEYSERVER_INCLUDE_REVOKED|KEYSERVER_TRY_DNS_SRV|KEYSERVER_HONOR_KEYSERVER_URL; opt.verify_options= -- cgit