Run the fuzzing corpora as tests.
[openssl.git] / fuzz / asn1parse.c
index 2fe420b140bebe2abbacc7dcbed6ed1eace6b5b4..b3a6dab0ea4e3afd20ca96586834edf71a3b306b 100644 (file)
 #include <openssl/x509v3.h>
 #include "fuzzer.h"
 
+int FuzzerInitialize(int *argc, char ***argv) {
+    return 1;
+}
+
 int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
     static BIO *bio_out;