summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-18 00:21:30 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-18 00:24:14 -0800
commit185bfc1af717046391e8b787e29f44f9768d00a7 (patch)
treed1dc3da7bc9b8270c9254fe15500ac948bc3dffb /lisp/emacs-lisp
parentbda755bf92b5fa0dfe25da173b30e1002e95b774 (diff)
downloademacs-185bfc1af717046391e8b787e29f44f9768d00a7.tar.gz
emacs-185bfc1af717046391e8b787e29f44f9768d00a7.tar.bz2
emacs-185bfc1af717046391e8b787e29f44f9768d00a7.zip
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.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions