From ad896879c7d4247446bd91c6f4204cf3ff1e2914 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sat, 23 Jun 2018 21:02:36 -0700 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ m4/gl-openssl.m4 | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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]) -- 2.39.5