freebsd-dev/lib/libcrypt
Bryan Drewery c2a55defd7 META MODE: Avoid dirdep dependency on lib/libmd.
This avoids using the staged headers for sys/crypto/sha2/*.h, such as sha256.h,
which added an unneeded pre-build dependency on libmd to libcrypt.  This
header is an INCS in lib/libmd, but found via .PATH in sys/crypto/sha2.
Since the libcrypt build was already using the in-src libmd headers
directly, just teach it how to find the sha256.h header as well.

Sponsored by:	EMC / Isilon Storage Division
2015-11-25 19:45:04 +00:00
..
tests Temporarily comment out the libcrypt tests. 2015-11-18 13:19:34 +00:00
crypt-md5.c
crypt-nthash.c
crypt-sha256.c s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. 2011-05-05 01:09:42 +00:00
crypt-sha512.c s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. 2011-05-05 01:09:42 +00:00
crypt.3 use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
crypt.c Change the hardcoded default back from SHA512 to DES. 2014-10-09 16:45:11 +00:00
crypt.h s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. 2011-05-05 01:09:42 +00:00
Makefile META MODE: Avoid dirdep dependency on lib/libmd. 2015-11-25 19:45:04 +00:00
Makefile.depend META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. 2015-11-25 19:10:28 +00:00
misc.c Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't 2011-04-09 14:02:04 +00:00