Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon fix prototype.
details: https://anonhg.NetBSD.org/src/rev/30de0cf7a774
branches: trunk
changeset: 765000:30de0cf7a774
user: christos <christos%NetBSD.org@localhost>
date: Sun May 15 17:13:23 2011 +0000
description:
fix prototype.
diffstat:
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 028f12babbc9 -r 30de0cf7a774 crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sun May 15 16:57:08 2011 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sun May 15 17:13:23 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isakmp_xauth.c,v 1.22 2011/03/14 15:50:36 vanhu Exp $ */
+/* $NetBSD: isakmp_xauth.c,v 1.23 2011/05/15 17:13:23 christos Exp $ */
/* Id: isakmp_xauth.c,v 1.38 2006/08/22 18:17:17 manubsd Exp */
@@ -372,10 +372,7 @@
}
int
-xauth_reply(iph1, port, id, res)
- struct ph1handle *iph1;
- int port;
- int id;
+xauth_reply(struct ph1handle *iph1, int port, int id, int res)
{
struct xauth_state *xst = &iph1->mode_cfg->xauth;
char *usr = xst->authdata.generic.usr;
Home |
Main Index |
Thread Index |
Old Index