Subject: CVS commit: src/crypto/dist/ipsec-tools/src/racoon
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/14/2005 11:26:58
Module Name:	src
Committed By:	he
Date:		Thu Jul 14 11:26:58 UTC 2005

Modified Files:
	src/crypto/dist/ipsec-tools/src/racoon: oakley.c

Log Message:
Move a variable declaration to the variable declaration section of
the enclosing block from within the middle of active code, so that
this compiles with older gcc.  Fixes bulid problem for vax.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/crypto/dist/ipsec-tools/src/racoon/oakley.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.