From 262f5f87cb72d1f171aadc7157211a826474801d Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 17 Jul 2015 14:52:03 -0700 Subject: [PATCH] remove auto timing resistant with stunnel --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2633301eb..e183a81fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1797,8 +1797,7 @@ then AM_CFLAGS="$AM_CFLAGS -DHAVE_CRL" AM_CONDITIONAL([BUILD_CRL], [test "x$ENABLED_CRL" = "xyes"]) fi - # Stunnel requires timing resistant for stack reasons - AM_CFLAGS="$AM_CFLAGS -DHAVE_STUNNEL -DTFM_TIMING_RESISTANT" + AM_CFLAGS="$AM_CFLAGS -DHAVE_STUNNEL" fi