From 46e817c4982dfda6aaf6863c141b2e56cfc75acd Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 21 Sep 2023 14:58:05 -0400 Subject: Remove all of the remaining libcrypt code. Completing the removal of libcrypt, delete all of its actual code. This patch contains only file removals: git rm -r crypt git rm include/crypt.h git rm $(find sysdeps -name libcrypt.abilist) git rm $(find sysdeps -name fips-private.h) git rm $(find sysdeps -name 'md5-*' -o -name 'sha256-*' -o -name 'sha512-*') For this patch (not the earlier ones, I'd still be waiting) I ran the complete testsuite and found no *new* failures. 26 tests are failing on my machine due to probable environment issues, but they were all failing on trunk before I started making changes, and none of them appear to have anything to do with this patchset. --- sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist (limited to 'sysdeps/unix/sysv/linux/loongarch/lp64') diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist b/sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist deleted file mode 100644 index 4d4332dab7..0000000000 --- a/sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist +++ /dev/null @@ -1,2 +0,0 @@ -GLIBC_2.36 crypt F -GLIBC_2.36 crypt_r F -- cgit v1.2.3-70-g09d2