diff --git a/programs/test/selftest.c b/programs/test/selftest.c index a9aef59fe..e533129f7 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -214,8 +214,7 @@ int main( int argc, char *argv[] ) /* Slow tests last */ -/* Not stable enough on Windows and FreeBSD yet */ -#if __linux__ && defined(POLARSSL_TIMING_C) +#if defined(POLARSSL_TIMING_C) if( ( ret = timing_self_test( v ) ) != 0 ) return( ret ); #endif