X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=fuzz%2Fcrl.c;h=728943f551e68cfe39c0b6d9fd5c93bf975f5887;hp=4dd5b3b1556528d3f6278b24a4e5415f92dd2a3c;hb=7218ae513408a58e8f8f20ed49dc45505e00a5b2;hpb=e1859d8d54be8abe102eb45f8019b3aa1c3e0700 diff --git a/fuzz/crl.c b/fuzz/crl.c index 4dd5b3b155..728943f551 100644 --- a/fuzz/crl.c +++ b/fuzz/crl.c @@ -12,6 +12,10 @@ #include #include "fuzzer.h" +int FuzzerInitialize(int *argc, char ***argv) { + return 1; +} + int FuzzerTestOneInput(const uint8_t *buf, size_t len) { const unsigned char *p = buf; unsigned char *der = NULL;