mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 01:00:13 +08:00
* src/utils.c (wg_pin_peer_pubkey): Fix format warning
This commit is contained in:
parent
220c24ecb5
commit
d8df356d4b
@ -2819,7 +2819,7 @@ wg_pin_peer_pubkey (const char *pinnedpubkey, const char *pubkey, size_t pubkeyl
|
||||
}
|
||||
else
|
||||
logprintf (LOG_VERBOSE, _ ("Skipping key with wrong size (%d/%d): %s\n"),
|
||||
(strlen (begin_pos + 8) * 3) / 4, SHA256_DIGEST_SIZE,
|
||||
(int) (strlen (begin_pos + 8) * 3) / 4, SHA256_DIGEST_SIZE,
|
||||
quote (begin_pos + 8));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user