2000-01-21 Ken Raeburn * 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 * 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 * Makefile.in: Do win32 build in subdir. 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.)