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_server.c b/tests/fuzz/fuzz_server.c index 8d10c59..0a96028 100644 --- a/tests/fuzz/fuzz_server.c +++ b/tests/fuzz/fuzz_server.c
@@ -3,6 +3,7 @@ #include "mbedtls/ctr_drbg.h" #include "mbedtls/certs.h" #include "mbedtls/ssl_ticket.h" +#include "common.h" #include <string.h> #include <stdlib.h> #include <stdbool.h> @@ -131,6 +132,8 @@ alpn_list[1] = "fuzzalpn"; alpn_list[2] = NULL; + dummy_init(); + initialized = 1; } mbedtls_ssl_init( &ssl );