summaryrefslogtreecommitdiff
path: root/sys/arch/evbcf/include/psl.h
blob: 4ad6de2bfd3769a145162776a085f6e8d9d3cec0 (plain)
1
2
3
/*	$NetBSD: psl.h,v 1.2 2014/03/18 18:20:41 riastradh Exp $	*/

#include <m68k/psl.h>
20:37:18 +0000'>2021-10-26libcrypt: Make Werror-disables for external Argon2 library per-file.nia 2021-10-26libcrypt: fine-grained warnings for argon2, requested by rinnia 2021-10-13libcrypt: work around compiler bugs to get MKARGON2 working on vaxnia 2021-10-12Fix release builds with MKARGON2=yesnia 2020-03-25PR/55095: David A. Holland: pw_gensalt(3) undocumentedchristos 2019-10-21adding argon2 support to libcrypt. argon2 user authentication nowjhigh 2013-08-10Silence -Wpointer-sign on crypt-sha1.c.dholland 2012-08-10crypt-sha1.c flags apply to all compilers in the tree, drop conditional.joerg 2012-03-21These directories default to WARNS?=5matt 2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg 2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry 2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry 2006-10-27gently add some "const", and avoid some castsdrochner 2006-10-27As discussed back in June, move the implementation of hmac_sha1 heredrochner 2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg 2005-01-11Add pw_gensalt, which was taken from pwd_gensalt. This now is used in 3christos 2004-07-02Add support for SHA1 hashed passwords.sjg 2003-04-17hrink the Blowfish routines down to only what we need for __bcrypt(),thorpej 2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem 2002-05-24support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.itojun 2001-12-28* Add user-controlled mk.conf variableslukem 2000-07-06Add __md5crypt(), for internal use by libcrypt. This behaves for the mostad 2000-06-16No longer need the <bsd.crypto.mk> song-and-dance here.thorpej 1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg 1999-07-12Use bsd.crypto.mk.thorpej