mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
upstream: tweak debug message
OpenBSD-Commit-ID: 2bf336d3be0b7e3dd97920d7e7471146a281d2b9
This commit is contained in:
parent
4103a3ec7c
commit
9a1225e8ca
4
ssh-sk.c
4
ssh-sk.c
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: ssh-sk.c,v 1.13 2019/11/16 22:42:30 djm Exp $ */
|
/* $OpenBSD: ssh-sk.c,v 1.14 2019/11/16 23:17:20 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2019 Google LLC
|
* Copyright (c) 2019 Google LLC
|
||||||
*
|
*
|
||||||
@ -465,7 +465,7 @@ sshsk_sign(const char *provider_path, const struct sshkey *key,
|
|||||||
struct sshbuf *inner_sig = NULL, *sig = NULL;
|
struct sshbuf *inner_sig = NULL, *sig = NULL;
|
||||||
uint8_t message[32];
|
uint8_t message[32];
|
||||||
|
|
||||||
debug("%s: provider \"%s\", key \"%s\", flags 0x%02x", __func__,
|
debug("%s: provider \"%s\", key %s, flags 0x%02x", __func__,
|
||||||
provider_path, sshkey_type(key), key->sk_flags);
|
provider_path, sshkey_type(key), key->sk_flags);
|
||||||
|
|
||||||
if (sigp != NULL)
|
if (sigp != NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user