commit | 0f79babd4b95bf287728721ac4e24533917207fb | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 09 09:56:16 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 09 15:49:51 2014 +0200 |
tree | 89065b08accdce0afe85b311ae115678e1935226 | |
parent | 17b85cbd69c4acdc7322ebcf803a116d1d4f888f [diff] |
Disable timing_selftest() for now
diff --git a/library/timing.c b/library/timing.c index 7085b3b..d8b5b46 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -326,6 +326,9 @@ /* * Checkup routine + * + * Warning: this is work in progress, some tests may not be reliable enough + * yet! False positives may happen. */ int timing_self_test( int verbose ) {