Home | History | Annotate | Download | only in md2
History log of /src/lib/libc/hash/md2/md2hl.c
RevisionDateAuthorComments
 1.4  13-Apr-2008  dholland branches: 1.4.10;
Fix replicated typo
 1.3  28-Sep-2005  christos Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.
The name "hash.c" is already used in db/hash/hash.c, and having duplicated
names, aside from it being bad style, breaks the tools/nbcompat build
because it picks the wrong hash.c file. Thanks to greg for helping debug
this.
 1.2  26-Sep-2005  christos The weak alias macros can only work before namespace.h gets included because
when the strings get expanded we gain an _ from namespace.h. So define a
macro to point to the appropriate include file for the hash function, and
include the hash function later, from the .c file we always include. This
allows us to eliminate the hack of including namespace.h twice as well as
nbtool_config.h.
 1.1  24-Sep-2005  elad Put public domain MD2 implementation in libc/hash/md2.
 1.4.10.2  13-Apr-2008  dholland Fix replicated typo
 1.4.10.1  13-Apr-2008  dholland file md2hl.c was added on branch christos-time_t on 2008-04-13 02:04:32 +0000

RSS XML Feed