summaryrefslogtreecommitdiff
path: root/ssh-sk.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-10 23:43:26 +0000
committerDamien Miller <djm@mindrot.org>2020-01-21 18:09:09 +1100
commit57b181eaf2d34fd0a1b51ab30cb6983df784de5a (patch)
tree5f5f8b134a5ffdfb6bddce720d49a44d09b18b56 /ssh-sk.h
parenta8bd5fdbdb7581afc7123a042a7cd6ca25357388 (diff)
upstream: pass the log-on-stderr flag and log level through to
ssh-sk-helper, making debugging a bit easier. ok markus@ OpenBSD-Commit-ID: 2e7aea6bf5770d3f38b7c7bba891069256c5a49a
Diffstat (limited to 'ssh-sk.h')
-rw-r--r--ssh-sk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-sk.h b/ssh-sk.h
index ea9ff6e1a..0f566bbc3 100644
--- a/ssh-sk.h
+++ b/ssh-sk.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-sk.h,v 1.9 2020/01/06 02:00:47 djm Exp $ */ 1/* $OpenBSD: ssh-sk.h,v 1.10 2020/01/10 23:43:26 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
4 * 4 *
@@ -23,7 +23,7 @@ struct sshkey;
23struct sk_option; 23struct sk_option;
24 24
25/* Version of protocol expected from ssh-sk-helper */ 25/* Version of protocol expected from ssh-sk-helper */
26#define SSH_SK_HELPER_VERSION 4 26#define SSH_SK_HELPER_VERSION 5
27 27
28/* ssh-sk-helper messages */ 28/* ssh-sk-helper messages */
29#define SSH_SK_HELPER_ERROR 0 /* Only valid H->C */ 29#define SSH_SK_HELPER_ERROR 0 /* Only valid H->C */