From 630d6f4479df4084ef05ce233c11e66c68a98a4f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 22 Jan 2002 23:17:30 +1100 Subject: - markus@cvs.openbsd.org 2001/12/28 15:06:00 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c] remove plen from the dispatch fn. it's no longer used. --- kex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kex.h') diff --git a/kex.h b/kex.h index ba650ea05..7bd6bc215 100644 --- a/kex.h +++ b/kex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.27 2001/12/20 22:50:24 djm Exp $ */ +/* $OpenBSD: kex.h,v 1.28 2001/12/28 15:06:00 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -115,7 +115,7 @@ Kex *kex_setup(char *[PROPOSAL_MAX]); void kex_finish(Kex *); void kex_send_kexinit(Kex *); -void kex_input_kexinit(int, int, u_int32_t, void *); +void kex_input_kexinit(int, u_int32_t, void *); void kex_derive_keys(Kex *, u_char *, BIGNUM *); void kexdh(Kex *); -- cgit v1.2.3