summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-29 09:43:01 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-29 09:43:01 -0500
commitbc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b (patch)
tree487541c12f604a0d485d1c5f8d6d2f634258af2c /configure.ac
parent9a901aaa01eb3c362cc84836b54307b32f44295b (diff)
downloadtor-bc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b.tar.gz
tor-bc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b.zip
Use timingsafe_memcmp() where available.
See ticket 17944; patch from "logan".
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 ad86f764de..a47cee6058 100644
--- a/configure.ac
+++ b/configure.ac
@@ -381,6 +381,7 @@ AC_CHECK_FUNCS(
backtrace_symbols_fd \
clock_gettime \
eventfd \
+ timingsafe_memcmp \
flock \
ftime \
getaddrinfo \