]> git.eshelyaron.com Git - emacs.git/commit
Remove Gnulib explicit_bzero module
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Dec 2022 08:21:30 +0000 (00:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Dec 2022 08:24:14 +0000 (00:24 -0800)
commit185bfc1af717046391e8b787e29f44f9768d00a7
treed1dc3da7bc9b8270c9254fe15500ac948bc3dffb
parentbda755bf92b5fa0dfe25da173b30e1002e95b774
Remove Gnulib explicit_bzero module

It’s no longer needed, as it is now merely a thin layer around
C23-style memset_explicit and we might as well just call the
C23 standard function; that’s more forward-looking.
* admin/merge-gnulib (GNULIB_MODULES):
Remove explicit_bzero, and add memset_explicit.
* lib/explicit_bzero.c, m4/explicit_bzero.m4:
Remove these files, which were copied from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/gnutls.c (gnutls_symmetric_aead):
Use memset_explicit instead of explicit_bzero.
admin/merge-gnulib
lib/explicit_bzero.c [deleted file]
lib/gnulib.mk.in
m4/explicit_bzero.m4 [deleted file]
m4/gnulib-comp.m4
src/gnutls.c