cryptsetup: remove an unneeded option

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22839 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2020-03-14 05:15:12 +00:00
parent b40f276921
commit 4472f01121

View File

@ -130,8 +130,7 @@ Cryptographic API --->
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--with-crypto_backend=openssl &amp;&amp;
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
@ -147,15 +146,10 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<!--sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--with-crypto_backend=openssl</parameter>:
This parameter selects the cryptographic libraries to use
with the application. <application>gcrypt</application>
is the default.</para>
</sect2>
</sect2-->
<sect2 role="configuration">
<title>Configuring cryptsetup</title>