--- gvpe/configure.ac 2009/02/16 04:43:45 1.54 +++ gvpe/configure.ac 2009/07/18 05:59:16 1.55 @@ -364,7 +364,7 @@ AC_ARG_ENABLE(digest, [AS_HELP_STRING(--enable-digest=CIPHER,[ Select the digest algorithm to use (default "ripemd160"). Must be one of - "sha512", "sha256", "sha1", "ripemd160", "md5" (insecure) or "md4" (insecure).])], + "sha512", "sha256", "sha1" (somewhat insecure), "ripemd160", "md5" (insecure) or "md4" (insecure).])], if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi