summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
authorguenther@openbsd.org <guenther@openbsd.org>2023-03-08 04:43:12 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-03-08 17:26:53 +1100
commit51875897b81b5c21b80c256a29597916edbde454 (patch)
treea44cfbf3d3eb2a4fc168f18e306cc002e521d32f /kex.c
parenta76085bda883c2104afb33ab0334eca190927362 (diff)
downloadopenssh-git-51875897b81b5c21b80c256a29597916edbde454.tar.gz
upstream: Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@ OpenBSD-Commit-ID: 7be168a570264d59e96a7d2d22e927d45fee0e4c
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kex.c b/kex.c
index 2ffc789c..7afb838c 100644
--- a/kex.c
+++ b/kex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.c,v 1.176 2023/03/06 12:14:48 dtucker Exp $ */
+/* $OpenBSD: kex.c,v 1.177 2023/03/08 04:43:12 guenther Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
*
@@ -461,7 +461,6 @@ kex_prop_free(char **proposal)
free(proposal);
}
-/* ARGSUSED */
int
kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh)
{
@@ -642,7 +641,6 @@ kex_send_kexinit(struct ssh *ssh)
return 0;
}
-/* ARGSUSED */
int
kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh)
{