mirror of
https://github.com/mirror/wget.git
synced 2024-12-26 12:50:44 +08:00
Revert "Print the fingerprint instead of the raw pointer in debugging message"
This reverts commit b916595168
.
This commit is contained in:
parent
281ad7dfb9
commit
722675553c
@ -342,7 +342,10 @@ retrieve_from_metalink (const metalink_t* metalink)
|
||||
/* The list is null-terminated. */
|
||||
for (gpgsig = gpgres->signatures; gpgsig; gpgsig = gpgsig->next)
|
||||
{
|
||||
DEBUGP (("Checking signature %s\n", gpgsig->fpr));
|
||||
DEBUGP (("Checking signature 0x%p\n",
|
||||
(void *) gpgsig));
|
||||
DEBUGP (("Summary=0x%x Status=0x%x\n",
|
||||
gpgsig->summary, gpgsig->status & 0xFFFF));
|
||||
|
||||
if (gpgsig->summary
|
||||
& (GPGME_SIGSUM_VALID | GPGME_SIGSUM_GREEN))
|
||||
|
Loading…
Reference in New Issue
Block a user