diff options
author | David Shaw <[email protected]> | 2004-12-22 17:49:44 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-12-22 17:49:44 +0000 |
commit | b96038387bb86a6608f74027fed43bd85cfe2941 (patch) | |
tree | 670def0b8e692befe8f9b92ed729812093bd38d1 /g10/build-packet.c | |
parent | * Makefile.am: Build gpgkeys_http or gpgkeys_curl as needed. (diff) | |
download | gnupg-b96038387bb86a6608f74027fed43bd85cfe2941.tar.gz gnupg-b96038387bb86a6608f74027fed43bd85cfe2941.zip |
* keyserver.c (keyserver_typemap): New. Map certain keyserver types to a
common type (e.g. ldaps -> ldap). If we are building with curl, map both
http and ftp to curl.
* build-packet.c (build_sig_subpkt): Only allow one preferred keyserver
subpacket at a time.
Diffstat (limited to '')
-rw-r--r-- | g10/build-packet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c index 64c4ffefe..a7e03ae0b 100644 --- a/g10/build-packet.c +++ b/g10/build-packet.c @@ -658,7 +658,6 @@ 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; |