summaryrefslogtreecommitdiff
path: root/ssh-sk.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-16 23:17:20 +0000
committerDamien Miller <djm@mindrot.org>2019-11-18 11:54:56 +1100
commit9a1225e8ca2ce1fe809910874935302234399a6d (patch)
treedb32a3df5ecb73403082c022fe479814e433ef42 /ssh-sk.c
parent4103a3ec7c68493dbc4f0994a229507e943a86d3 (diff)
upstream: tweak debug message
OpenBSD-Commit-ID: 2bf336d3be0b7e3dd97920d7e7471146a281d2b9
Diffstat (limited to 'ssh-sk.c')
-rw-r--r--ssh-sk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-sk.c b/ssh-sk.c
index 63f1d1da7..187d9f0ca 100644
--- a/ssh-sk.c
+++ b/ssh-sk.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-sk.c,v 1.13 2019/11/16 22:42:30 djm Exp $ */ 1/* $OpenBSD: ssh-sk.c,v 1.14 2019/11/16 23:17:20 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
4 * 4 *
@@ -465,7 +465,7 @@ sshsk_sign(const char *provider_path, const struct sshkey *key,
465 struct sshbuf *inner_sig = NULL, *sig = NULL; 465 struct sshbuf *inner_sig = NULL, *sig = NULL;
466 uint8_t message[32]; 466 uint8_t message[32];
467 467
468 debug("%s: provider \"%s\", key \"%s\", flags 0x%02x", __func__, 468 debug("%s: provider \"%s\", key %s, flags 0x%02x", __func__,
469 provider_path, sshkey_type(key), key->sk_flags); 469 provider_path, sshkey_type(key), key->sk_flags);
470 470
471 if (sigp != NULL) 471 if (sigp != NULL)