aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-06-30 15:12:37 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-06-30 15:12:37 -0500
commit0d80e532d2ee91c69a0a0545f6d0f6ec55f35d6c (patch)
treeb632ca91a2cbde605ec12c19d7052d29d80a3302 /chapter08/openssl.xml
parentf8b27abcda6fd5beaaf3f57ae31da4878b5aca0e (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.xml6
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 \