diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-13 23:45:51 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-13 23:45:51 +0800 |
commit | a7bfd792f732db76c80429b7ea6651f9df8b0b8b (patch) | |
tree | 25b56fd105515adfeaeb8e0a4ee4ebfd4b94669f | |
parent | 06fd9e3771a81a556c0dd89bb07aa474a20365fe (diff) |
crypto_init()
--HG--
branch : fuzz
-rw-r--r-- | fuzz-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz-common.c b/fuzz-common.c index cc6c125..e0da913 100644 --- a/fuzz-common.c +++ b/fuzz-common.c @@ -13,6 +13,7 @@ static void load_fixed_hostkeys(void); static void common_setup_fuzzer(void) { fuzz.fuzzing = 1; + crypto_init(); } void svr_setup_fuzzer(void) { |