Update fuzz corpora
[openssl.git] / fuzz / x509.c
index cc6ff83babe2546aabc829b3cc0741e8ff26d8c0..b2851f1e11480743fb530d7f9ab67e2b822165b7 100644 (file)
 #include <openssl/bio.h>
 #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;