aboutsummaryrefslogtreecommitdiffstats
path: root/g10/build-packet.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-28 03:14:55 +0000
committerDavid Shaw <[email protected]>2004-10-28 03:14:55 +0000
commitf5b7a72a48ddfbf970859f2695bd6c86692169d0 (patch)
tree64de9387ed5a0a975f8cfacdbf8b9a9da131f0b1 /g10/build-packet.c
parent* keyring.c: Make some strings translatable. (diff)
downloadgnupg-f5b7a72a48ddfbf970859f2695bd6c86692169d0.tar.gz
gnupg-f5b7a72a48ddfbf970859f2695bd6c86692169d0.zip
* 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.
Diffstat (limited to '')
-rw-r--r--g10/build-packet.c1
1 files changed, 1 insertions, 0 deletions
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;