diff options
| author | Paul Eggert | 2022-12-18 00:21:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2022-12-18 00:24:14 -0800 |
| commit | 185bfc1af717046391e8b787e29f44f9768d00a7 (patch) | |
| tree | d1dc3da7bc9b8270c9254fe15500ac948bc3dffb /admin | |
| parent | bda755bf92b5fa0dfe25da173b30e1002e95b774 (diff) | |
| download | emacs-185bfc1af717046391e8b787e29f44f9768d00a7.tar.gz 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 'admin')
| -rwxr-xr-x | admin/merge-gnulib | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index d3c5520ad0f..99f834b0ae3 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -33,13 +33,14 @@ GNULIB_MODULES=' | |||
| 33 | crypto/md5 crypto/md5-buffer | 33 | crypto/md5 crypto/md5-buffer |
| 34 | crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer | 34 | crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer |
| 35 | d-type diffseq double-slash-root dtoastr dtotimespec dup2 | 35 | d-type diffseq double-slash-root dtoastr dtotimespec dup2 |
| 36 | environ execinfo explicit_bzero faccessat | 36 | environ execinfo faccessat |
| 37 | fchmodat fcntl fcntl-h fdopendir file-has-acl | 37 | fchmodat fcntl fcntl-h fdopendir file-has-acl |
| 38 | filemode filename filevercmp flexmember fpieee | 38 | filemode filename filevercmp flexmember fpieee |
| 39 | free-posix fstatat fsusage fsync futimens | 39 | free-posix fstatat fsusage fsync futimens |
| 40 | getloadavg getopt-gnu getrandom gettime gettimeofday gitlog-to-changelog | 40 | getloadavg getopt-gnu getrandom gettime gettimeofday gitlog-to-changelog |
| 41 | ieee754-h ignore-value intprops largefile libgmp lstat | 41 | ieee754-h ignore-value intprops largefile libgmp lstat |
| 42 | manywarnings memmem-simple mempcpy memrchr minmax mkostemp mktime | 42 | manywarnings memmem-simple mempcpy memrchr memset_explicit |
| 43 | minmax mkostemp mktime | ||
| 43 | nanosleep nproc nstrftime | 44 | nanosleep nproc nstrftime |
| 44 | pathmax pipe2 pselect pthread_sigmask | 45 | pathmax pipe2 pselect pthread_sigmask |
| 45 | qcopy-acl readlink readlinkat regex | 46 | qcopy-acl readlink readlinkat regex |