Module Name: src Committed By: christos Date: Sun May 15 17:13:23 UTC 2011
Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_xauth.c Log Message: fix prototype. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c diff -u src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c:1.22 src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c:1.23 --- src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c:1.22 Mon Mar 14 11:50:36 2011 +++ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sun May 15 13:13:23 2011 @@ -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;