Import crypto/md5 module from gnulib.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Feb 2011 08:07:03 +0000 (00:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Feb 2011 08:07:03 +0000 (00:07 -0800)
commit942f733fd1251da4486cf1d72ec5569532dfd19d
tree7c04854c15370219b6282c302ebcaed75a2f0eb8
parent37b3d30244ad822e049b6b20c2eadf5946cb02cc
Import crypto/md5 module from gnulib.

* Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
* admin/notes/copyright: Remove src/md5.c and src/md5.h as
special cases.
* src/Makefile.in (base_obj): Remove md5.o, since this file
is in lib now.
* src/deps.mk (md5.o): Remove.
* aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
Regenerate.
* lib/md5.c: Regenerate.  This renames the file from src/md5.c,
and adds some porting improvements from gnulib.
* lib/md5.h: Regenerate, likwise; rename from src/md5.h.
* m4/md5.m4: New file, from gnulib.

2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
14 files changed:
ChangeLog
Makefile.in
aclocal.m4
admin/notes/copyright
configure
lib/Makefile.in
lib/gnulib.mk
lib/md5.c [new file with mode: 0644]
lib/md5.h [moved from src/md5.h with 52% similarity]
m4/gl-comp.m4
m4/md5.m4 [new file with mode: 0644]
src/Makefile.in
src/deps.mk
src/md5.c [deleted file]