remove md5crypt.
authortedu <tedu@openbsd.org>
Mon, 12 May 2014 19:13:14 +0000 (19:13 +0000)
committertedu <tedu@openbsd.org>
Mon, 12 May 2014 19:13:14 +0000 (19:13 +0000)
commit05fedc11791248b3c674b37d7e212c863a4915af
tree864b65de28a4463cb795320d9b0eab741098b5ce
parente2ff9f51c4bdec7286268301a0b307c3fa01b31e
remove md5crypt.
while changing things, add a crypt_checkpass wrapper that handles most of
the edge cases. (not quite ready for production, though.)
ok deraadt
lib/libc/crypt/Makefile.inc
lib/libc/crypt/crypt.3
lib/libc/crypt/crypt.c
lib/libc/crypt/cryptutil.c [new file with mode: 0644]
lib/libc/crypt/md5crypt.c [deleted file]