From 8209e72bf20d2b582384e91fde65df4f848a3a04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Tue, 3 Dec 2013 13:53:03 +0000 Subject: [PATCH] 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. --- ChangeLog | 11 +++++++++++ m4/gl-openssl.m4 | 9 ++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) 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