mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
libcrypt is deprecated in glibc, and is now explicitely disabled. Instead we ship libxcrypt which is an alternative implemenation and can be used as a drop-in replacement. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 lines
583 B
Plaintext
21 lines
583 B
Plaintext
#usr/include/crypt.h
|
|
#usr/include/xcrypt.h
|
|
#usr/lib/libcrypt.la
|
|
#usr/lib/libcrypt.so
|
|
usr/lib/libcrypt.so.1
|
|
usr/lib/libcrypt.so.1.1.0
|
|
#usr/lib/libowcrypt.so
|
|
#usr/lib/libowcrypt.so.1
|
|
#usr/lib/libxcrypt.so
|
|
#usr/lib/pkgconfig/libcrypt.pc
|
|
#usr/lib/pkgconfig/libxcrypt.pc
|
|
#usr/share/man/man3/crypt_checksalt.3
|
|
#usr/share/man/man3/crypt_gensalt.3
|
|
#usr/share/man/man3/crypt_gensalt_ra.3
|
|
#usr/share/man/man3/crypt_gensalt_rn.3
|
|
#usr/share/man/man3/crypt_preferred_method.3
|
|
#usr/share/man/man3/crypt_r.3
|
|
#usr/share/man/man3/crypt_ra.3
|
|
#usr/share/man/man3/crypt_rn.3
|
|
#usr/share/man/man5/crypt.5
|