commit | 7680698d0266e2e6761b4ea2359edf18e0a6c8c6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 13 18:04:42 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 13 18:04:42 2014 +0200 |
tree | 544857673c862c55350ea3c6c1267a199552a096 | |
parent | fe0984d727c500da187add4809c658849cbf84c4 [diff] [blame] |
Temporarily disable timing test on non-Linux
diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 0210a19..edf3d52 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c
@@ -211,7 +211,8 @@ #endif #endif -#if defined(POLARSSL_TIMING_C) +/* Not stable enough on Windows and FreeBSD yet */ +#if __linux__ && defined(POLARSSL_TIMING_C) if( ( ret = timing_self_test( v ) ) != 0 ) return( ret ); #endif