diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-06-30 15:12:37 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-06-30 15:12:37 -0500 |
commit | 0d80e532d2ee91c69a0a0545f6d0f6ec55f35d6c (patch) | |
tree | b632ca91a2cbde605ec12c19d7052d29d80a3302 /chapter08/openssl.xml | |
parent | f8b27abcda6fd5beaaf3f57ae31da4878b5aca0e (diff) |
Package updates.
Update to vim-9.0.0006.
Update to iana-etc-20220610.
Update to OpenSSL-3.0.4.
Update to kbd-2.5.1.
Update to linux-5.18.8.
Update to bc-5.3.3.
+
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r-- | chapter08/openssl.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 70502969c..0beb5664b 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -43,6 +43,12 @@ <sect2 role="installation"> <title>Installation of OpenSSL</title> + <para>First fix a problem with some advanced arcitectures with avx512 + capability:</para> + + <screen><userinput remap="pre">sed -e '/bn_reduce.*m1/i\ factor_size /= sizeof(BN_ULONG) * 8;' \ + -i crypto/bn/rsaz_exp_x2.c</userinput></screen> + <para>Prepare OpenSSL for compilation:</para> <screen><userinput remap="configure">./config --prefix=/usr \ |