X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=fuzz%2Fx509.c;h=b2851f1e11480743fb530d7f9ab67e2b822165b7;hp=cc6ff83babe2546aabc829b3cc0741e8ff26d8c0;hb=c22d64845afa50b4280d8664239521e592058ffe;hpb=03cb37acec0c23a01bee4357cd59ec9f97e528ba diff --git a/fuzz/x509.c b/fuzz/x509.c index cc6ff83bab..b2851f1e11 100644 --- a/fuzz/x509.c +++ b/fuzz/x509.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;