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/fuzz_dtlsclient.c b/tests/fuzz/fuzz_dtlsclient.c index 55cd43b..4215313 100644 --- a/tests/fuzz/fuzz_dtlsclient.c +++ b/tests/fuzz/fuzz_dtlsclient.c
@@ -2,6 +2,7 @@ #include <stdlib.h> #include <stdbool.h> #include <stdint.h> +#include "common.h" #include "mbedtls/ssl.h" #if defined(MBEDTLS_SSL_PROTO_DTLS) #include "mbedtls/entropy.h" @@ -113,6 +114,8 @@ mbedtls_test_cas_pem_len ) != 0) return 1; #endif + dummy_init(); + initialized = 1; }