summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef588799d0..9c5d3febff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2021-09-19 Bruno Haible <bruno@clisp.org>
+
+ Improve 'configure --help' output for crypto modules.
+ * m4/af_alg.m4 (gl_AF_ALG): List the hash functions for which we use the
+ Linux crypto. Also mention that we use it on files only.
+ * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Use manual line breaking, not the
+ line-filling style of AS_HELP_STRING. Show that --with-openssl takes an
+ optional argument. List the hash functions for which we use the OpenSSL
+ library. Don't mention --with-linux-crypto if the af_alg module is not
+ in use. Mention that --with-linux-crypto applies only to the Linux
+ kernel. Mention that it gets used only when available. Mention that it
+ takes precedence only for files. In the error or warning, mention the
+ pre-built package name that people can install.
+
2021-09-18 Bruno Haible <bruno@clisp.org>
string, wchar: Don't require undefined m4 macros (regr. today).