view fuzzer-preauth_nomaths.c @ 1718:72bb7fb1fced

Fix "make install" for manpages in out-of-tree builds
author Gabor Z. Papp <gzp@papp.hu>
date Mon, 15 Jun 2020 23:17:27 +0800
parents a90fdd2d2ed8
children
line wrap: on
line source

#include "fuzz.h"

int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
	return fuzz_run_preauth(Data, Size, 1);
}