From: Pádraig Brady Date: Sun, 24 Jun 2018 04:02:36 +0000 (-0700) Subject: crypto: mention --without-linux-crypto in --with-openssl --help X-Git-Tag: v1.0~5561 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ad896879c7d4247446bd91c6f4204cf3ff1e2914;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1b74543ad8..3459c88f49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-06-23 Pádraig Brady + + 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 wchar-single: a new module to enable optimizations in wchar replacements diff --git a/m4/gl-openssl.m4 b/m4/gl-openssl.m4 index d6b2141129..5316e769ae 100644 --- a/m4/gl-openssl.m4 +++ b/m4/gl-openssl.m4 @@ -23,7 +23,9 @@ AC_DEFUN([gl_CRYPTO_CHECK], [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])