]> git.eshelyaron.com Git - emacs.git/commit
Fix md5 issue in recent Gnulib merge
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Oct 2021 16:08:02 +0000 (09:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Oct 2021 16:09:23 +0000 (09:09 -0700)
commit4d76765b6c8a3117c436ccc93572cddfd8d17d7c
treef78c3f96695f5af738e67b2d08a87b27337d2d41
parent18308b739a561bff677929da2a1412e91c0d05cd
Fix md5 issue in recent Gnulib merge

When configured --with-native-compilation, Emacs needs md5_stream.
Problem reported by Andy Moreton (Bug#50985#23).
* admin/merge-gnulib (GNULIB_MODULES): Add crypto/md5,
needed for --with-native-compilation.
(AVOIDED_MODULES): Avoid crypto/af_alg, since Emacs doesn’t
need to bother with kernel-supported cryptography algorithms.
* lib/gnulib.mk.in, m4/gnulib-comp.m4:
Regenerate by running admin/merge-gnulib.
* lib/md5-stream.c: New file, copied from Gnulib.
admin/merge-gnulib
lib/gnulib.mk.in
lib/md5-stream.c [new file with mode: 0644]
m4/gnulib-comp.m4