aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-02 17:00:46 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-02 17:00:46 +0000
commitff886b82a2b65758950bdb4687cf5a1238f697a1 (patch)
tree46f1826abb9c0fba4227b39fc7ff7e91b3e94c2c /ChangeLog
parent900d7961d48f704b8396841efb916435faf9c374 (diff)
downloadglibc-ff886b82a2b65758950bdb4687cf5a1238f697a1.zip
glibc-ff886b82a2b65758950bdb4687cf5a1238f697a1.tar.gz
glibc-ff886b82a2b65758950bdb4687cf5a1238f697a1.tar.bz2
* configure.in: Recognize --enable-nss-crypt.
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bf878..e5f6ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2009-04-02 Ulrich Drepper <drepper@redhat.com>
+
+ * configure.in: Recognize --enable-nss-crypt.
+ * 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.
+
2009-04-01 Roland McGrath <roland@redhat.com>
* elf/elf.h (R_SPARC_GLOB_JMP): New macro.