http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18460
User: jmayer
Date: 2006/06/14 08:04 AM
Log:
configure.in:
Check for libgcrypt 1.1.0 (note: I don't know which version
is required, so maybe the version number needs to be changed
for this test to work reliably).
packet-ipsec.c:
- Replace __USE_LIBGCRYPT__ by HAVE_LIBGCRYPT to follow
conventions.
- Warning fixes: signedness in sscanf (%i -> %u)
- Warning fixes: mixed declaration and code
Directory: /trunk/epan/dissectors/
Changes Path Action
+70 -68 packet-ipsec.c Modified
Directory: /trunk/
Changes Path Action
+18 -1 configure.in Modified