NetBSD/lib/libcrypt
drochner 65b9988ba4 gently add some "const", and avoid some casts
compiles with WARNS=4 now (on i386 and alpha)
2006-10-27 19:39:11 +00:00
..
Makefile gently add some "const", and avoid some casts 2006-10-27 19:39:11 +00:00
bcrypt.c gently add some "const", and avoid some casts 2006-10-27 19:39:11 +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 As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +00:00
crypt.3 Mention pwhash(1) in a few places, 2005-09-05 03:37:14 +00:00
crypt.c gently add some "const", and avoid some casts 2006-10-27 19:39:11 +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 As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +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
pw_gensalt.c fix compile issue. 2005-01-12 05:27:48 +00:00
shlib_version Add pw_gensalt, which was taken from pwd_gensalt. This now is used in 3 2005-01-11 22:41:07 +00:00
util.c