commit | 08633825c0c4924aff342d5ce07373cfbc8f7426 | [log] [tgz] |
---|---|---|
author | Philippe Antoine <contact@catenacyber.fr> | Tue Jun 04 14:03:06 2019 +0200 |
committer | Philippe Antoine <contact@catenacyber.fr> | Fri Jun 21 19:47:27 2019 +0200 |
tree | 08c41c74b3ea9cf4e457d6995bc2885192c2e59e | |
parent | dbc0db9449de1661917ce68d1debe73314131757 [diff] [blame] |
Using custom time
diff --git a/tests/fuzz/common.h b/tests/fuzz/common.h new file mode 100644 index 0000000..03dc2a4 --- /dev/null +++ b/tests/fuzz/common.h
@@ -0,0 +1,4 @@ +#include "mbedtls/platform_time.h" + +mbedtls_time_t dummy_constant_time( mbedtls_time_t* time ); +void dummy_init();