diff options
author | 2020-01-10 23:43:26 +0000 | |
---|---|---|
committer | 2020-01-10 23:43:26 +0000 | |
commit | a769387c40b67fc5e1e407044e9f62195fc72ebc (patch) | |
tree | a45cc54000af91f3132f958f42cdfb80252f7451 /usr.bin/ssh/ssh-sk.h | |
parent | ubsec(4): timeout_add(9) -> timeout_add_msec(9) (diff) | |
download | wireguard-openbsd-a769387c40b67fc5e1e407044e9f62195fc72ebc.tar.xz wireguard-openbsd-a769387c40b67fc5e1e407044e9f62195fc72ebc.zip |
pass the log-on-stderr flag and log level through to ssh-sk-helper,
making debugging a bit easier. ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-sk.h')
-rw-r--r-- | usr.bin/ssh/ssh-sk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-sk.h b/usr.bin/ssh/ssh-sk.h index ea9ff6e1a41..0f566bbc385 100644 --- a/usr.bin/ssh/ssh-sk.h +++ b/usr.bin/ssh/ssh-sk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-sk.h,v 1.9 2020/01/06 02:00:47 djm Exp $ */ +/* $OpenBSD: ssh-sk.h,v 1.10 2020/01/10 23:43:26 djm Exp $ */ /* * Copyright (c) 2019 Google LLC * @@ -23,7 +23,7 @@ struct sshkey; struct sk_option; /* Version of protocol expected from ssh-sk-helper */ -#define SSH_SK_HELPER_VERSION 4 +#define SSH_SK_HELPER_VERSION 5 /* ssh-sk-helper messages */ #define SSH_SK_HELPER_ERROR 0 /* Only valid H->C */ |