Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/dist/ipsec-tools/src/racoon



Module Name:    src
Committed By:   he
Date:           Thu Mar 12 23:05:27 UTC 2009

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

Log Message:
When casting to/from a pointer to an integral type (a bad practice,
if you ask me), you need to cast via intptr_t for portability.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c
cvs rdiff -u -r1.13 -r1.14 \
    src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c

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