From: Pádraig Brady
Date: Tue, 3 Dec 2013 13:53:03 +0000 (+0000) Subject: md5, sha1, sha256, sha512: support mandating use of openssl X-Git-Tag: v1.0~7490 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8209e72bf20d2b582384e91fde65df4f848a3a04;p=gnulib.git md5, sha1, sha256, sha512: support mandating use of openssl * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Adjust the --with-openssl description, to list the now 3 separate options. Also don't mention the default=no, since this is implicit given the option is described as --with-openssl rather than --without-openssl. If projects change the default they're free to document that. With --with-openssl[=yes] we now error out when the specified hash algorithm is not available in libcrypto. --- diff --git a/ChangeLog b/ChangeLog index 338990581a..50a16efdcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-12-03 Pádraig Brady
+
+ md5, sha1, sha256, sha512: support mandating use of openssl
+ * m4/gl-openssl.m4 (gl_crypto_check): Adjust the --with-openssl
+ description, to list the now 3 separate options. also don't
+ mention the default=no, since this is implicit given the option
+ is described as --with-openssl rather than --without-openssl.
+ If projects change the default they're free to document that.
+ with --with-openssl[=yes] we now error out when the specified
+ hash algorithm is not available in libcrypto.
+
2013-12-03 Ivailo