]> Savannah Git Hosting - gnulib.git/commitdiff
crypto: mention --without-linux-crypto in --with-openssl --help
authorPádraig Brady <P@draigBrady.com>
Sun, 24 Jun 2018 04:02:36 +0000 (21:02 -0700)
committerPádraig Brady <P@draigBrady.com>
Sun, 24 Jun 2018 04:05:25 +0000 (21:05 -0700)
* m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Mention that linux crypto
routines take precedence in --with-openssl help output.

ChangeLog
m4/gl-openssl.m4

index 1b74543ad840ce96c162b70a7bc100ab02c45755..3459c88f49317dcc2ad46fe5dcf40c5125af8b00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d6b214112902253fa306aa56e96640401489713e..5316e769ae106a507551f248b0d929bab25c622e 100644 (file)
@@ -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])