Run timing selftest on all platforms
diff --git a/programs/test/selftest.c b/programs/test/selftest.c
index a9aef59..e533129 100644
--- a/programs/test/selftest.c
+++ b/programs/test/selftest.c
@@ -214,8 +214,7 @@
 
 /* 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