1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00

* configure.ac: Big warning that TIGER is being removed from the standard.

This commit is contained in:
David Shaw 2003-04-08 23:22:54 +00:00
parent 7b94419cf9
commit 001ff9a09e
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-04-08 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Big warning that TIGER is being removed from the
standard.
2003-04-08 Werner Koch <wk@gnupg.org>
* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is

View File

@ -158,6 +158,16 @@ else
fi
fi
if test x"$use_tiger" = xyes || test x"$use_new_tiger" = xyes ; then
AC_MSG_WARN([[
***
*** The TIGER digest is in the process of being removed from the
*** OpenPGP standard. While it hasn't been removed from GnuPG yet, it
*** will be removed in a future version. For the sake of future
*** compatibility, please do not use this digest.
***]])
fi
AC_MSG_CHECKING([whether to enable read-only SHA-384 and SHA-512 digest support])
AC_ARG_ENABLE(sha512,
[ --enable-sha512 enable read-only SHA-384 and SHA-512 digest support],