Ignore:
Timestamp:
07/03/2019 05:47:21 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
1b28d1a
Parents:
a3df607
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/openssl.xml

    ra3df607 r5839010  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
     45
     46    <para>First, fix a problem identified upstream:</para>
     47
     48<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n    memset(\&amp;data, 0, sizeof(data));/' \
     49  crypto/rand/rand_lib.c</userinput></screen>
    4550
    4651    <para>Prepare OpenSSL for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.