summaryrefslogtreecommitdiff
path: root/ssh-sk-helper.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-12-14 07:53:11 +1100
committerDamien Miller <djm@mindrot.org>2019-12-14 07:53:11 +1100
commitf45f3a8a12e2bee601046b916e6c5cd6eae08048 (patch)
tree95f018b7a26fc953ef45e7f43ba65fb0bcf689a1 /ssh-sk-helper.c
parentd21434766764d5babf99fc3937c19b625c0f6334 (diff)
downloadopenssh-git-f45f3a8a12e2bee601046b916e6c5cd6eae08048.tar.gz
fixup
Diffstat (limited to 'ssh-sk-helper.c')
-rw-r--r--ssh-sk-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-sk-helper.c b/ssh-sk-helper.c
index eade26e3..3dc149b9 100644
--- a/ssh-sk-helper.c
+++ b/ssh-sk-helper.c
@@ -153,6 +153,7 @@ main(int argc, char **argv)
{
SyslogFacility log_facility = SYSLOG_FACILITY_AUTH;
LogLevel log_level = SYSLOG_LEVEL_ERROR;
+ struct sshbuf *req, *resp;
int in, out, ch, r, log_stderr = 0;
u_int rtype;
uint8_t version;