md5, sha1, sha256, sha512: support mandating use of openssl
authorPádraig Brady <P@draigBrady.com>
Tue, 3 Dec 2013 13:53:03 +0000 (13:53 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 4 Dec 2013 01:24:01 +0000 (01:24 +0000)
commit8209e72bf20d2b582384e91fde65df4f848a3a04
treedc2abcecc1db63b7a4028657eeca35250409e437
parent4e42bcc4f190909d49d38f1137726b3bc36b7191
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
m4/gl-openssl.m4