aboutsummaryrefslogtreecommitdiffstats
path: root/g10/build-packet.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-07-22 19:07:21 +0000
committerDavid Shaw <[email protected]>2002-07-22 19:07:21 +0000
commit002f085c232a3c2a9f3624c93a7f25569b28e088 (patch)
tree456b87ab4456b1941bd880db6e21f974eba5cde1 /g10/build-packet.c
parent* revoke.c (gen_desig_revoke): Lots more comments about including (diff)
downloadgnupg-002f085c232a3c2a9f3624c93a7f25569b28e088.tar.gz
gnupg-002f085c232a3c2a9f3624c93a7f25569b28e088.zip
* options.h, main.h, export.c (parse_export_options, do_export_stream),
g10.c (main): add new --export-options option. Current flags are "include-non-rfc", "include-local-sigs", "include-attributes", and "include-sensitive-revkeys". * options.h, hkp.c (hkp_export), keyserver.c (parse_keyserver_options, keyserver_spawn): try passing unknown keyserver options to export options, and if successful, use them when doing a keyserver --send-key. * build-packet.c (build_sig_subpkt): We do not generate SIGSUBPKT_PRIV_VERIFY_CACHE anymore.
Diffstat (limited to 'g10/build-packet.c')
-rw-r--r--g10/build-packet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c
index fd1540528..e7bc3f638 100644
--- a/g10/build-packet.c
+++ b/g10/build-packet.c
@@ -763,8 +763,10 @@ build_sig_subpkt (PKT_signature *sig, sigsubpkttype_t type,
nlen = 1; /* just a 1 byte length header */
switch( type ) {
- case SIGSUBPKT_ISSUER:
case SIGSUBPKT_PRIV_VERIFY_CACHE: /*(obsolete)*/
+ BUG();
+ break;
+ case SIGSUBPKT_ISSUER:
hashed = 0;
break;
default: