Ignore:
Timestamp:
07/27/2021 07:29:34 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
00e8b532
Parents:
85cd74c2 (diff), 29779c4 (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/shadow.xml

    r85cd74c2 r64a306d  
    9898    <para>Fix a simple programming error by modifying a file with following command:</para>
    9999
    100 <screen><userinput remap="pre">sed -e "224s/rounds = SHA_ROUNDS_DEFAULT/min_&amp;/" -i libmisc/salt.c</userinput></screen>
     100<screen><userinput remap="pre">sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c</userinput></screen>
    101101
    102102    <para>Prepare Shadow for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.