Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Add comment about the name overlap with libcrypto f...



details:   https://anonhg.NetBSD.org/src/rev/a0f075c249d9
branches:  trunk
changeset: 771085:a0f075c249d9
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Nov 08 16:25:25 2011 +0000

description:
Add comment about the name overlap with libcrypto for SHA2 and friends

diffstat:

 lib/libc/shlib_version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2317a687813c -r a0f075c249d9 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Tue Nov 08 12:44:29 2011 +0000
+++ b/lib/libc/shlib_version    Tue Nov 08 16:25:25 2011 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: shlib_version,v 1.224 2011/09/18 23:57:06 christos Exp $
+#      $NetBSD: shlib_version,v 1.225 2011/11/08 16:25:25 joerg Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
 # - libc/net/rcmd.c: make __ivaliduser() and __ivaliduser_sa() static
 # - libc/net: resolver update to BIND8/9?
 # - md2, md4, md5, rmd160 & sha1 functions should take the same arguments AFAP
+# - Crypto hashes have name overlap with libcrypto, rename them
 # - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()
 # - libc/gen/times.c: remove; __times13() -> times()
 # - libc/gen/timezone.c: remove; __timezone13 -> timezone



Home | Main Index | Thread Index | Old Index