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:
parent
216c24452f
commit
2687db38df
4 changed files with 40 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue