diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-10-05 09:08:02 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-10-05 09:09:23 -0700 |
commit | 4d76765b6c8a3117c436ccc93572cddfd8d17d7c (patch) | |
tree | f78c3f96695f5af738e67b2d08a87b27337d2d41 /m4 | |
parent | 18308b739a561bff677929da2a1412e91c0d05cd (diff) | |
download | emacs-4d76765b6c8a3117c436ccc93572cddfd8d17d7c.tar.gz emacs-4d76765b6c8a3117c436ccc93572cddfd8d17d7c.tar.bz2 emacs-4d76765b6c8a3117c436ccc93572cddfd8d17d7c.zip |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gnulib-comp.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index dd5bde8d797..a795fe76518 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -63,6 +63,7 @@ AC_DEFUN([gl_EARLY], # Code from module count-leading-zeros: # Code from module count-one-bits: # Code from module count-trailing-zeros: + # Code from module crypto/md5: # Code from module crypto/md5-buffer: # Code from module crypto/sha1-buffer: # Code from module crypto/sha256-buffer: @@ -1207,6 +1208,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/malloc/scratch_buffer_grow.c lib/malloc/scratch_buffer_grow_preserve.c lib/malloc/scratch_buffer_set_array_size.c + lib/md5-stream.c lib/md5.c lib/md5.h lib/memmem.c |