]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Add void to client_repledge args to fix compiler warning. ok djm@
authordtucker@openbsd.org <dtucker@openbsd.org>
Tue, 29 Nov 2022 22:41:14 +0000 (22:41 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 30 Nov 2022 01:16:14 +0000 (12:16 +1100)
OpenBSD-Commit-ID: 7e964a641ce4a0a0a11f047953b29929d7a4b866

clientloop.c

index 98bb7f78567cc821c331f4f6b81b70f78e90067b..c337de2cb1033d644da45341ba3ae0ecc44f1a2b 100644 (file)
@@ -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");