changeset 39702:c4c7af0652e0

crypto: mention --without-linux-crypto in --with-openssl --help * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Mention that linux crypto routines take precedence in --with-openssl help output.
author Pádraig Brady <P@draigBrady.com>
date Sat, 23 Jun 2018 21:02:36 -0700
parents 4642c3a9e204
children 41676971b0e4
files ChangeLog m4/gl-openssl.m4
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun May 20 22:11:12 2018 -0700
+++ b/ChangeLog	Sat Jun 23 21:02:36 2018 -0700
@@ -1,3 +1,9 @@
+2018-06-23  Pádraig Brady  <P@draigBrady.com>
+
+	crypto: mention --without-linux-crypto in --with-openssl --help
+	* m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Mention that linux crypto
+	routines take precedence in --with-openssl help output.
+
 2018-06-23  Pádraig Brady  <P@draigBrady.com>
 
 	wchar-single: a new module to enable optimizations in wchar replacements
--- a/m4/gl-openssl.m4	Sun May 20 22:11:12 2018 -0700
+++ b/m4/gl-openssl.m4	Sat Jun 23 21:02:36 2018 -0700
@@ -23,7 +23,9 @@
       [use libcrypto hash routines. Valid ARGs are:
        'yes', 'no', 'auto' => use if available,
        'optional' => use if available and warn if not available;
-       default is ']gl_CRYPTO_CHECK_DEFAULT['])],
+       default is ']gl_CRYPTO_CHECK_DEFAULT['.
+       Note also --without-linux-crypto, which will disable
+       use of kernel crypto routines, which have precedence])],
     [],
     [with_openssl=$with_openssl_default])