]> Savannah Git Hosting - gnulib.git/commit
md5, sha1, sha256, sha512: support --with-openssl=auto-gpl-compat
authorPádraig Brady <P@draigBrady.com>
Wed, 1 Jan 2020 17:36:20 +0000 (17:36 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 1 Jan 2020 22:00:28 +0000 (22:00 +0000)
commit7d069378921bfa0d7c7198ea177aac0a2440016f
tree8e1a529a04a8a7a0fd860cd43e2cabeaf2361df4
parent7513517bc3743dec2c10a49ca5a5dccd886948fb
md5, sha1, sha256, sha512: support --with-openssl=auto-gpl-compat

* m4/gl-openssl.m4: Add a new "auto-gpl-compat" mode,
which will auto enable use of openssl, only for >= version 3,
which is newly licensed under the Apache Software License.
This will be used from coreutils for example by adding
gl_SET_CRYPTO_CHECK_DEFAULT([auto-gpl-compat]) to configure.ac.
Even though "auto-gpl-compat" is less aggressive than "auto",
we leave the default at "no" so projects can opt in to the
extra dependency.
ChangeLog
m4/gl-openssl.m4