aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-07-16 00:29:19 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-07-16 00:29:19 -0500
commitf1b9d9d531c35277d324c23dfd5db238a96fb05c (patch)
treea545dab93c7cbca36b738f5b98d1583ef661a49f /chapter08
parent94bf45a457456df99e84a8f15444695da527ff6d (diff)
Package updates.
Update to meson-0.63.0. Update to kmod-30. Update to inetutils-2.3. Update to linux-5.18.9. Update to OpenSSL-3.0.5.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/openssl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index 0beb5664b..91e412bae 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -42,13 +42,13 @@
<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 \