2000-01-21  Ken Raeburn  <raeburn@mit.edu>

	* descbc.c (mit_des_zeroblock): Now const, and using C default
	initializer.
	(krb5_keyhash_descbc): Now const.
	* k5_md4des.c (mit_des_zeroblock): Now const, and using C default
	initializer.
	(k5_md4des_hash): Change if(a=b) constructs to silence gcc
	warnings.
	(k5_md4des_verify): Delete unused variable.
	(krb5_keyhash_md4des): Now const.
	* k5_md5des.c (mit_des_zeroblock): Now const, and using C default
	initializer.
	(k5_md5des_hash): Change if(a=b) constructs to silence gcc
	warnings.
	(k5_md5des_verify): Delete unused variable.
	(krb5_keyhash_md5des): Now const.
	* keyhash_provider.h: Updated krb5_keyhash_* decls.

1999-10-26  Tom Yu  <tlyu@mit.edu>

	* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
	LOCAL_INCLUDES such that one can override CFLAGS from the command
	line without losing CPP search patchs and defines. Some associated
	Makefile cleanup. [from wsanchez@apple.com]

Mon May 10 15:19:24 1999  Danilo Almeida  <dalmeida@mit.edu>

	* Makefile.in: Do win32 build in subdir.

1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Set the myfulldir and mydir variables (which are
		relative to buildtop and thisconfigdir, respectively.)

