summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh-sk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-sk.c b/usr.bin/ssh/ssh-sk.c
index a1d770ff179..e303c540379 100644
--- a/usr.bin/ssh/ssh-sk.c
+++ b/usr.bin/ssh/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
*
@@ -457,7 +457,7 @@ sshsk_sign(const char *provider_path, const struct sshkey *key,
struct sshbuf *inner_sig = NULL, *sig = NULL;
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);
if (sigp != NULL)