mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
b40f276921
commit
4472f01121
@ -130,8 +130,7 @@ Cryptographic API --->
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--with-crypto_backend=openssl &&
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user