Import simpler crypto/md5 module from gnulib, plus stdint module.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Feb 2011 07:28:29 +0000 (23:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Feb 2011 07:28:29 +0000 (23:28 -0800)
commit5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb
tree0ae73daf66f91b368b3e4d7b3cb4d5afa4500976
parentf12f551b2c38748ed10ec8c350faa23516f7c705
Import simpler crypto/md5 module from gnulib, plus stdint module.

* aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
* src/config.in: Regenerate.
* lib/md5.c, lib/md5.h: Regenerate with simpler version, which
assumes C99-style <stdint.h>, supplied by the stdint module.
* lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4: New files,
generated from gnulib.
* src/deps.mk (fns.o): Do not depend on md5.h, fixing a typo in
the earlier patch.
13 files changed:
ChangeLog
aclocal.m4
configure
lib/Makefile.in
lib/gnulib.mk
lib/md5.c
lib/md5.h
lib/stdint.in.h [new file with mode: 0644]
m4/gl-comp.m4
m4/longlong.m4 [new file with mode: 0644]
m4/stdint.m4 [new file with mode: 0644]
src/config.in
src/deps.mk