From 0d80e532d2ee91c69a0a0545f6d0f6ec55f35d6c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 30 Jun 2022 15:12:37 -0500 Subject: 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. + --- chapter08/openssl.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter08') 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 @@ Installation of OpenSSL + First fix a problem with some advanced arcitectures with avx512 + capability: + + sed -e '/bn_reduce.*m1/i\ factor_size /= sizeof(BN_ULONG) * 8;' \ + -i crypto/bn/rsaz_exp_x2.c + Prepare OpenSSL for compilation: ./config --prefix=/usr \ -- cgit v1.2.3-54-g00ecf