From e6e3c666880847ad908692087ca6d5015895dffa Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 2 Oct 2023 09:11:49 -0300 Subject: crypt: Remove libcrypt support All the crypt related functions, cryptographic algorithms, and make requirements are removed, with only the exception of md5 implementation which is moved to locale folder since it is required by localedef for integrity protection (libc's locale-reading code does not check these, but localedef does generate them). Besides thec code itself, both internal documentation and the manual is also adjusted. This allows to remove both --enable-crypt and --enable-nss-crypt configure options. Checked with a build for all affected ABIs. Co-authored-by: Zack Weinberg Reviewed-by: Carlos O'Donell --- INSTALL | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b29916e..afd88dc 100644 --- a/INSTALL +++ b/INSTALL @@ -228,19 +228,6 @@ if ‘CFLAGS’ is specified it must enable optimization. For example: By default for x86_64, the GNU C Library is built with the vector math library. Use this option to disable the vector math library. -‘--enable-crypt’ - Install the legacy passphrase-hashing library ‘libcrypt’ and the - header file ‘crypt.h’. ‘unistd.h’ will declare the function - ‘crypt’ regardless of this option. Using this option does not - change the set of programs that may need to be linked with - ‘-lcrypt’; it only means that the GNU C Library 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. - ‘--disable-scv’ Disable using ‘scv’ instruction for syscalls. All syscalls will use ‘sc’ instead, even if the kernel supports ‘scv’. PowerPC only. -- cgit v1.1