mirror of git://anongit.mindrot.org/openssh.git
upstream: Add void to client_repledge args to fix compiler warning. ok djm@
OpenBSD-Commit-ID: 7e964a641ce4a0a0a11f047953b29929d7a4b866
This commit is contained in:
parent
815c470493
commit
4a1805d532
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: clientloop.c,v 1.384 2022/11/28 01:38:22 djm Exp $ */
|
||||
/* $OpenBSD: clientloop.c,v 1.385 2022/11/29 22:41:14 dtucker Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
|
@ -776,8 +776,8 @@ can_update_hostkeys(void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
client_repledge()
|
||||
static void
|
||||
client_repledge(void)
|
||||
{
|
||||
debug3_f("enter");
|
||||
|
||||
|
|
Loading…
Reference in New Issue