diff options
author | David Carlier <dcarlier@afilias.info> | 2019-05-23 04:32:44 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-05-23 04:32:44 (GMT) |
commit | 51aa35e9e17eef60d04add9619fe2a7eb938358c (patch) | |
tree | 87251bf2800e940f6872fa45d84342bb1dc455ec /configure.ac | |
parent | 20e1e2582e5e69e43af88ff58699c8883d146acb (diff) | |
download | cpython-51aa35e9e17eef60d04add9619fe2a7eb938358c.zip cpython-51aa35e9e17eef60d04add9619fe2a7eb938358c.tar.gz cpython-51aa35e9e17eef60d04add9619fe2a7eb938358c.tar.bz2 |
bpo-33164: update blake2 implementation (GH-6286)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f548d64..0baf0d6 100644 --- a/configure.ac +++ b/configure.ac @@ -3519,15 +3519,13 @@ fi # checks for library functions AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ - clock confstr ctermid dup3 execv faccessat fchmod fchmodat fchown fchownat \ + clock confstr ctermid dup3 execv explicit_bzero explicit_memset faccessat fchmod fchmodat fchown fchownat \ fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \ futimens futimes gai_strerror getentropy \ getgrgid_r getgrnam_r \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \ if_nameindex \ - initgroups kill killpg lchown lockf linkat lstat lutimes mmap \ - memrchr mbrtowc mkdirat mkfifo \ mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \ posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \ pthread_condattr_setclock pthread_init pthread_kill putenv pwrite pwritev pwritev2 \ |