commit | e1ac0f8c5dd6a239b0440b86adc7aa021600326c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed May 28 11:44:20 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 12 21:15:50 2014 +0200 |
tree | a5ca26df5065225f3360276e05405195fd27063b | |
parent | 7792198a4657f02f6e1cf6458cb01cdeb2c1ee61 [diff] [blame] |
Add back timing selftest with new hardclock test
diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 07e2b12..63e4463 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c
@@ -205,10 +205,7 @@ #endif #endif -/* - * Not reliable enough yet - */ -#if 0 && defined(POLARSSL_TIMING_C) +#if defined(POLARSSL_TIMING_C) if( ( ret = timing_self_test( v ) ) != 0 ) return( ret ); #endif