Subject: CVS commit: cryptosrc-us
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/22/1999 09:06:12
Module Name:	cryptosrc-us
Committed By:	christos
Date:		Sun Aug 22 16:06:12 UTC 1999

Modified Files:
	cryptosrc-us/crypto-us/dist/kame/racoon: cfparse.y

Log Message:
hexstr2val returns caddr_t, and then it is cast to an int. This is a nono.
For now, we cast to long and then to int. Probably it would be better for
hexstr2val to return long or u_long.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 cryptosrc-us/crypto-us/dist/kame/racoon/cfparse.y

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