Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: cryptosrc-us
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.
Home |
Main Index |
Thread Index |
Old Index