freebsd-src/lib/libcrypt
Ed Schouten daaf575910 Build lib/ with WARNS=6 by default.
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
2010-01-02 09:58:07 +00:00
..
crypt-md5.c Tidy the code up a fraction. Re-release with a 2-clause BSD license 2003-06-02 21:43:14 +00:00
crypt-nthash.c Add a new hash type. This "NT-hash" is compatible with the password 2003-06-02 19:29:27 +00:00
crypt.3 cipher(3) is gone. 2007-04-04 14:04:55 +00:00
crypt.c Add a new hash type. This "NT-hash" is compatible with the password 2003-06-02 19:29:27 +00:00
crypt.h Add a new hash type. This "NT-hash" is compatible with the password 2003-06-02 19:29:27 +00:00
Makefile Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
misc.c