mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
openssl: Clarify the condition when 30-test_afalg.t fails
This commit is contained in:
parent
e310df86e5
commit
ed48f32609
@ -65,10 +65,13 @@
|
||||
|
||||
<screen><userinput remap="test">make test</userinput></screen>
|
||||
|
||||
<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>One test, 30-test_afalg.t, is known to fail if the host kernel
|
||||
does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled,
|
||||
or does not have any options providing an AES with CBC implementation
|
||||
(for example, the combination of <option>CONFIG_CRYPTO_AES</option>
|
||||
and <option>CONFIG_CRYPTO_CBC</option>, or
|
||||
<option>CONFIG_CRYPTO_AES_NI_INTEL</option> if the CPU supports AES-NI)
|
||||
enabled. If it fails, it can safely be ignored.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user