configure.in:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Jun 2006 08:04:43 +0000 (08:04 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Jun 2006 08:04:43 +0000 (08:04 +0000)
commit5bb1709f9e25b81812c9bc3838e187fe531b71c9
tree19a1f19c74ac17c4656e3f34c4cb1ea1602dfe4a
parent8f8d30c8460b415afc4a77fdbe24ded9473c01d8
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18460 f5534014-38df-0310-8fa8-9805f1628bb7
configure.in
epan/dissectors/packet-ipsec.c