Skip to content

Commit

Permalink
packet-pkcs12-template.c uses the libgcrypt symbol GCRY_CIPHER_RFC226…
Browse files Browse the repository at this point in the history
…8_40

which, according to:

http://lists.gnupg.org/pipermail/gnupg-devel/2004-February/020779.html

is new to the 1.1.92 release of libgcrypt.  Bump our required version of
libgcrypt from 1.1.42 to 1.1.92 .

svn path=/trunk/; revision=25666
  • Loading branch information
Jeff Morriss committed Jul 3, 2008
1 parent dbc6a77 commit e4730dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ AC_ARG_WITH([gcrypt],
[use gcrypt library @<:@default=yes@:>@]),
with_gcrypt="$withval", with_gcrypt="yes")
if test "x$with_gcrypt" = "xyes"; then
AM_PATH_LIBGCRYPT(1.1.42,
AM_PATH_LIBGCRYPT(1.1.92,
[
echo "libgcrypt found, enabling ipsec decryption"
AC_DEFINE(HAVE_LIBGCRYPT, 1, [Define to use libgcrypt])
Expand Down

0 comments on commit e4730dc

Please sign in to comment.