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 --- config.make.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 0c4baa2731..55e8b7563b 100644 --- a/config.make.in +++ b/config.make.in @@ -80,16 +80,12 @@ mach-interface-list = @mach_interface_list@ memory-tagging = @memory_tagging@ -nss-crypt = @libc_cv_nss_crypt@ -static-nss-crypt = @libc_cv_static_nss_crypt@ - # Configuration options. build-shared = @shared@ build-profile = @profile@ build-static-nss = @static_nss@ cross-compiling = @cross_compiling@ force-install = @force_install@ -build-crypt = @build_crypt@ build-nscd = @build_nscd@ use-nscd = @use_nscd@ build-hardcoded-path-in-tests= @hardcoded_path_in_tests@ -- cgit 1.4.1