aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorPaul Eggert2011-02-18 00:07:03 -0800
committerPaul Eggert2011-02-18 00:07:03 -0800
commit942f733fd1251da4486cf1d72ec5569532dfd19d (patch)
tree7c04854c15370219b6282c302ebcaed75a2f0eb8 /admin/notes
parent37b3d30244ad822e049b6b20c2eadf5946cb02cc (diff)
downloademacs-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/copyright4
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
557files I thought might be considered non-trivial (if one includes 557files I thought might be considered non-trivial (if one includes
558comment) in s/: 558comment) 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
563system) 563system)
@@ -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