From 2d1819455cb4c516f6cdf81c11e869a23dee3e6b Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Thu, 4 Apr 2024 19:56:21 +0000 Subject: crypto: chacha20: always use our fallback timingsafe_bcmp rather than libc's Looking at apple/freebsd/openbsd sources, their implementations match our naive fallback. It's not worth the hassle of using a platform-specific function for no gain. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 964b7d0942..19a60dfbcb 100644 --- a/configure.ac +++ b/configure.ac @@ -968,8 +968,6 @@ AC_CHECK_DECLS([setsid]) AC_CHECK_DECLS([pipe2]) -AC_CHECK_FUNCS([timingsafe_bcmp]) - AC_MSG_CHECKING([for __builtin_clzl]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ ]], [[ (void) __builtin_clzl(0); -- cgit v1.2.3