Changeset e395f06 for chapter08


Ignore:
Timestamp:
07/01/2022 04:56:30 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
4059afc
Parents:
a08f031 (diff), 4172b212 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/openssl.xml

    ra08f031 re395f06  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
     45
     46    <para>First fix a problem with some advanced arcitectures with avx512
     47    capability:</para>
     48
     49 <screen><userinput remap="pre">sed -e '/bn_reduce.*m1/i\    factor_size /= sizeof(BN_ULONG) * 8;' \
     50    -i crypto/bn/rsaz_exp_x2.c</userinput></screen>
    4551
    4652    <para>Prepare OpenSSL for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.