mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Fix last commit.
* g10/keyid.c (hash_public_key): Do not pass the version.
--
Fixes-commit: 1f76cbca35
This commit is contained in:
parent
1f76cbca35
commit
362a6dfb0a
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ do_hash_public_key (gcry_md_hd_t md, PKT_public_key *pk, int use_v5)
|
||||||
void
|
void
|
||||||
hash_public_key (gcry_md_hd_t md, PKT_public_key *pk)
|
hash_public_key (gcry_md_hd_t md, PKT_public_key *pk)
|
||||||
{
|
{
|
||||||
do_hash_public_key (md, pk, pk->version);
|
do_hash_public_key (md, pk, (pk->version == 5));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue