From e92617b586deac0c3cf0eb4b8967c7f1afd3dd49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 6 Jul 2015 17:19:27 +0200 Subject: [PATCH] Run timing selftest on all platforms --- programs/test/selftest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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