artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059a4c6
)
fix build with DEBUG_PK enabled
author
mestre
<mestre@openbsd.org>
Tue, 28 Aug 2018 12:17:45 +0000
(12:17 +0000)
committer
mestre
<mestre@openbsd.org>
Tue, 28 Aug 2018 12:17:45 +0000
(12:17 +0000)
OK dtucker@
usr.bin/ssh/auth2-hostbased.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/auth2-hostbased.c
b/usr.bin/ssh/auth2-hostbased.c
index
fb5e5f4
..
32be2bc
100644
(file)
--- a/
usr.bin/ssh/auth2-hostbased.c
+++ b/
usr.bin/ssh/auth2-hostbased.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: auth2-hostbased.c,v 1.3
6 2018/07/31 03:10:27 djm
Exp $ */
+/* $OpenBSD: auth2-hostbased.c,v 1.3
7 2018/08/28 12:17:45 mestre
Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@
-78,7
+78,7
@@
userauth_hostbased(struct ssh *ssh)
cuser, chost, pkalg, slen);
#ifdef DEBUG_PK
debug("signature:");
- sshbuf_dump_data(sig, s
ig
len, stderr);
+ sshbuf_dump_data(sig, slen, stderr);
#endif
pktype = sshkey_type_from_name(pkalg);
if (pktype == KEY_UNSPEC) {