NetBSD/lib/libcrypt
riastradh 1239c2bb08 Publish explicit_memset and consttime_memequal in userland libc.
Remove the double-underscore from the userland versions, and do the
weak alias dance instead, now that these are public parts of libc.

As discussed on tech-userlevel:

https://mail-index.netbsd.org/tech-userlevel/2013/06/24/msg007843.html
(option 3)
2013-08-28 17:47:07 +00:00
..
Makefile Silence -Wpointer-sign on crypt-sha1.c. 2013-08-10 18:42:29 +00:00
bcrypt.c Publish explicit_memset and consttime_memequal in userland libc. 2013-08-28 17:47:07 +00:00
blowfish.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 21:11:15 +00:00
crypt-sha1.c Publish explicit_memset and consttime_memequal in userland libc. 2013-08-28 17:47:07 +00:00
crypt.3 Use major.minor for NetBSD versions. 2012-03-23 18:08:34 +00:00
crypt.c make __crypt static 2011-12-28 03:13:09 +00:00
crypt.h As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +00:00
hmac.c fix ipad/opad buffer length (was one too much), just for sanity 2011-05-16 10:39:12 +00:00
hmac_sha1.c As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +00:00
md5crypt.c Publish explicit_memset and consttime_memequal in userland libc. 2013-08-28 17:47:07 +00:00
pw_gensalt.c fix -Wsign-compare issues 2009-01-18 12:14:16 +00:00
shlib_version bump shared libraries. 2009-01-11 03:07:47 +00:00
util.c