Module Name:    src
Committed By:   joerg
Date:           Tue Nov  8 16:25:26 UTC 2011

Modified Files:
        src/lib/libc: shlib_version

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


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/lib/libc/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/shlib_version
diff -u src/lib/libc/shlib_version:1.224 src/lib/libc/shlib_version:1.225
--- src/lib/libc/shlib_version:1.224	Sun Sep 18 23:57:06 2011
+++ src/lib/libc/shlib_version	Tue Nov  8 16:25:25 2011
@@ -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

Reply via email to