diff options
| author | Paul Eggert | 2011-02-18 00:07:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-18 00:07:03 -0800 |
| commit | 942f733fd1251da4486cf1d72ec5569532dfd19d (patch) | |
| tree | 7c04854c15370219b6282c302ebcaed75a2f0eb8 /admin/notes | |
| parent | 37b3d30244ad822e049b6b20c2eadf5946cb02cc (diff) | |
| download | emacs-942f733fd1251da4486cf1d72ec5569532dfd19d.tar.gz emacs-942f733fd1251da4486cf1d72ec5569532dfd19d.zip | |
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>
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/copyright | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/notes/copyright b/admin/notes/copyright index 32a096c928d..54d97adaf1c 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -557,7 +557,7 @@ Note: erring on the side of caution, I also added notices to some | |||
| 557 | files I thought might be considered non-trivial (if one includes | 557 | files I thought might be considered non-trivial (if one includes |
| 558 | comment) in s/: | 558 | comment) in s/: |
| 559 | aix4-1.h hpux10.h irix6-0.h irix6-5.h | 559 | aix4-1.h hpux10.h irix6-0.h irix6-5.h |
| 560 | ptx4.h sol2.h | 560 | ptx4.h sol2.h |
| 561 | 561 | ||
| 562 | (everything with > 30 non-blank lines, which at least is _some_ kind of | 562 | (everything with > 30 non-blank lines, which at least is _some_ kind of |
| 563 | system) | 563 | system) |
| @@ -632,8 +632,6 @@ alone (may import them from Gnulib again). These are: | |||
| 632 | lib/*.[ch] | 632 | lib/*.[ch] |
| 633 | lib/gnulib.mk | 633 | lib/gnulib.mk |
| 634 | src/gmalloc.c | 634 | src/gmalloc.c |
| 635 | src/md5.c | ||
| 636 | src/md5.h | ||
| 637 | src/termcap.c | 635 | src/termcap.c |
| 638 | src/tparam.c | 636 | src/tparam.c |
| 639 | 637 | ||