mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Removed an md_start_debug
This commit is contained in:
parent
534d6a6d58
commit
5f728ff549
@ -60,8 +60,7 @@ do_fingerprint_md( PKT_public_key *pk )
|
||||
int npkey = pubkey_get_npkey( pk->pubkey_algo );
|
||||
|
||||
md = md_open( pk->version < 4 ? DIGEST_ALGO_RMD160 : DIGEST_ALGO_SHA1, 0);
|
||||
md_start_debug (md,"keyid");
|
||||
#warning fffff
|
||||
|
||||
n = pk->version < 4 ? 8 : 6;
|
||||
for(i=0; i < npkey; i++ ) {
|
||||
nb[i] = mpi_get_nbits(pk->pkey[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user