changeset 1350:2722f2347a48 fuzz

crypto_init()
author Matt Johnston <matt@ucc.asn.au>
date Sat, 13 May 2017 23:45:51 +0800
parents ce0931b7f4c2
children 68e0e396af80
files fuzz-common.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fuzz-common.c	Sat May 13 23:44:12 2017 +0800
+++ b/fuzz-common.c	Sat May 13 23:45:51 2017 +0800
@@ -13,6 +13,7 @@
 
 static void common_setup_fuzzer(void) {
     fuzz.fuzzing = 1;
+    crypto_init();
 }
 
 void svr_setup_fuzzer(void) {