mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* configure.ac: Big warning that TIGER is being removed from the standard.
This commit is contained in:
parent
7b94419cf9
commit
001ff9a09e
@ -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>
|
2003-04-08 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is
|
* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is
|
||||||
|
10
configure.ac
10
configure.ac
@ -158,6 +158,16 @@ else
|
|||||||
fi
|
fi
|
||||||
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_MSG_CHECKING([whether to enable read-only SHA-384 and SHA-512 digest support])
|
||||||
AC_ARG_ENABLE(sha512,
|
AC_ARG_ENABLE(sha512,
|
||||||
[ --enable-sha512 enable read-only SHA-384 and SHA-512 digest support],
|
[ --enable-sha512 enable read-only SHA-384 and SHA-512 digest support],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user