From f5b7a72a48ddfbf970859f2695bd6c86692169d0 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 28 Oct 2004 03:14:55 +0000 Subject: * keylist.c (status_one_subpacket): New. Send the subpacket data to the --status interface. * card-util.c (card_edit): Show when admin is enabled or not. * status.h, status.c: New STATUS_SIG_SUBPACKET type. * build-packet.c (build_sig_subpkt): Multiple keyserver URLs are allowed. --- g10/build-packet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'g10/build-packet.c') diff --git a/g10/build-packet.c b/g10/build-packet.c index a7e03ae0b..64c4ffefe 100644 --- a/g10/build-packet.c +++ b/g10/build-packet.c @@ -658,6 +658,7 @@ build_sig_subpkt (PKT_signature *sig, sigsubpkttype_t type, case SIGSUBPKT_POLICY: case SIGSUBPKT_REV_KEY: case SIGSUBPKT_SIGNATURE: + case SIGSUBPKT_PREF_KS: /* we do allow multiple subpackets */ break; -- cgit