]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove all of the remaining libcrypt code. zack/remove-libcrypt
authorZack Weinberg <zack@owlfolio.org>
Thu, 21 Sep 2023 18:58:05 +0000 (14:58 -0400)
committerZack Weinberg <zack@owlfolio.org>
Thu, 21 Sep 2023 20:24:59 +0000 (16:24 -0400)
commit46e817c4982dfda6aaf6863c141b2e56cfc75acd
tree7adb7aafbfc6d34a79cb729babfb4786996f9ce2
parent0a19410103c1c4890753596e294438786fa13a8c
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.
80 files changed:
crypt/Makefile [deleted file]
crypt/README.ufc-crypt [deleted file]
crypt/Versions [deleted file]
crypt/badsalttest.c [deleted file]
crypt/cert.c [deleted file]
crypt/cert.input [deleted file]
crypt/crypt-entry.c [deleted file]
crypt/crypt-private.h [deleted file]
crypt/crypt.c [deleted file]
crypt/crypt.h [deleted file]
crypt/crypt_util.c [deleted file]
crypt/md5-block.c [deleted file]
crypt/md5-crypt.c [deleted file]
crypt/md5.c [deleted file]
crypt/md5.h [deleted file]
crypt/md5c-test.c [deleted file]
crypt/sha256-block.c [deleted file]
crypt/sha256-crypt.c [deleted file]
crypt/sha256.c [deleted file]
crypt/sha256.h [deleted file]
crypt/sha256c-test.c [deleted file]
crypt/sha256test.c [deleted file]
crypt/sha512-block.c [deleted file]
crypt/sha512-crypt.c [deleted file]
crypt/sha512.c [deleted file]
crypt/sha512.h [deleted file]
crypt/sha512c-test.c [deleted file]
crypt/sha512test.c [deleted file]
crypt/speeds.c [deleted file]
crypt/ufc-crypt.h [deleted file]
crypt/ufc.c [deleted file]
include/crypt.h [deleted file]
sysdeps/generic/fips-private.h [deleted file]
sysdeps/generic/libcrypt.abilist [deleted file]
sysdeps/mach/hurd/i386/libcrypt.abilist [deleted file]
sysdeps/mach/hurd/x86_64/libcrypt.abilist [deleted file]
sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c [deleted file]
sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S [deleted file]
sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c [deleted file]
sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S [deleted file]
sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c [deleted file]
sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S [deleted file]
sysdeps/sparc/sparc64/multiarch/md5-block.c [deleted file]
sysdeps/sparc/sparc64/multiarch/md5-crop.S [deleted file]
sysdeps/sparc/sparc64/multiarch/sha256-block.c [deleted file]
sysdeps/sparc/sparc64/multiarch/sha256-crop.S [deleted file]
sysdeps/sparc/sparc64/multiarch/sha512-block.c [deleted file]
sysdeps/sparc/sparc64/multiarch/sha512-crop.S [deleted file]
sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/alpha/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/arc/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/arm/be/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/arm/le/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/csky/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/fips-private.h [deleted file]
sysdeps/unix/sysv/linux/hppa/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/i386/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/ia64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/microblaze/be/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/microblaze/le/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/nios2/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/or1k/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/riscv/rv32/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/riscv/rv64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/sh/be/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/sh/le/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist [deleted file]