mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
ff886b82a2
* config.make.in: Add nss-crypt entry. * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c, sha512.c. Don't run md5test, sha256test, sha512test. Pass -DUSE_NSS and include path for NSS directory to compiler for md5-crypt, sha256-crypt, sha512-crypt. Link libcrypt.so with -lfreebl3. * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash function implementation, use NSS. Introduce wrappers around the hash function calls. Little code size optimization. * crypt/sha256-crypt.c: Likewise. * crypt/sha512-crypt.c: Likewise. * scripts/check-local-headers.sh: Ignore nss3 directory. * configure.in: Rename pic_default to libc_cv_pic_default. * config.make.in: Likewise. |
||
---|---|---|
.. | ||
data | ||
abi-versions.awk | ||
abilist.awk | ||
begin-end-check.pl | ||
check-c++-types.sh | ||
check-local-headers.sh | ||
config.guess | ||
config.sub | ||
cpp | ||
documented.sh | ||
extract-abilist.awk | ||
firstversions.awk | ||
gen-as-const.awk | ||
gen-FAQ.pl | ||
gen-sorted.awk | ||
install-sh | ||
lib-names.awk | ||
list-sources.sh | ||
merge-abilist.awk | ||
mkinstalldirs | ||
move-if-change | ||
output-format.sed | ||
rellns-sh | ||
rpm2dynsym.sh | ||
soversions.awk | ||
test-installation.pl | ||
versions.awk |