summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2020-11-21 12:22:23 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-02-05 17:07:03 +1100
commit1cb6ce98d658e5fbdae025a3bd65793980e3b5d9 (patch)
tree04ec22f4b639097546dee9c90fd66f1e815ef391 /configure.ac
parent2e0beff67def2120f4b051b1016d7fbf84823e78 (diff)
downloadopenssh-git-1cb6ce98d658e5fbdae025a3bd65793980e3b5d9.tar.gz
Using explicit_memset for the explicit_bzero compatibility layer.
Favoriting the native implementation in this case.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0cd1025f..63c239e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1805,6 +1805,7 @@ AC_CHECK_FUNCS([ \
err \
errx \
explicit_bzero \
+ explicit_memset \
fchmod \
fchmodat \
fchown \