1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* export.c (do_export_stream): Put all given names into a search

description and change the loop so that all matching names are
returned.
This commit is contained in:
Werner Koch 2001-11-09 09:36:22 +00:00
parent 216c24452f
commit 2687db38df
4 changed files with 40 additions and 30 deletions

View file

@ -1002,7 +1002,7 @@ make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk,
break;
case PUBKEY_ALGO_RSA_S:
case PUBKEY_ALGO_RSA:
if (opt.force_v4_sigs || sk->version > 3)
if (opt.force_v4_certs || sk->version > 3)
digest_algo = DIGEST_ALGO_SHA1;
else
digest_algo = DIGEST_ALGO_MD5;