]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
crypt: Remove manul entry for --enable-crypt
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 31 Oct 2023 13:59:04 +0000 (10:59 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 31 Oct 2023 13:59:04 +0000 (10:59 -0300)
manual/install.texi

index a81139780c989565ba3ae26f82df8216996313f7..ac5310731b3dd4e6ff9685a3214637e629768835 100644 (file)
@@ -256,19 +256,6 @@ configure with @option{--disable-werror}.
 By default for x86_64, @theglibc{} is built with the vector math library.
 Use this option to disable the vector math library.
 
-@item --enable-crypt
-Install the legacy passphrase-hashing library @file{libcrypt} and the
-header file @file{crypt.h}.  @file{unistd.h} will declare the function
-@code{crypt} regardless of this option.  Using this option does not
-change the set of programs that may need to be linked with
-@option{-lcrypt}; it only means that @theglibc{} will provide that
-library.
-
-This option is for hackers and distributions who may not yet be able to
-use libcrypt alternatives such as libxcrypt and need this legacy
-implementation as a temporary workaround.  Note that libcrypt may be
-removed in a future release.
-
 @item --disable-scv
 Disable using @code{scv} instruction for syscalls. All syscalls will use
 @code{sc} instead, even if the kernel supports @code{scv}. PowerPC only.