diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-29 08:34:35 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-29 08:34:35 -0500 |
commit | 3dc82263cf386caed52e2dbd13e22b4e7237ef01 (patch) | |
tree | 80a8dab534a650f0a5ffffc872a44146e0e42c19 /chapter08 | |
parent | c92c9ab312cf517e7cf0c4457c5ca3a4d53c8b90 (diff) |
Update openssl test failure explanation.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/openssl.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index d1690efc6..cece1904f 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -59,9 +59,10 @@ <screen><userinput remap="test">make test</userinput></screen> - <para>One test 30-test_afalg.t is known to fail on some kernel - configurations (it apparently assumes certain unspecified crypto - options have been selected).</para> + <para>One test, 30-test_afalg.t, is known to fail on some kernel + configurations (depending on inconsistent values of + CONFIG_CRYPTO_USER_API* settings.) If it fails, it can safely be + ignored.</para> <para>Install the package:</para> |