crypto_init()

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston 2017-05-13 23:45:51 +08:00
parent 06fd9e3771
commit a7bfd792f7

View File

@ -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) {