Add fuzz corpora file that found the ASN.1 stack depth issue
[openssl.git] / fuzz / fuzzer.h
index b3c3428c9b5f9871e931f4b70dde6f9db5bd09bb..fcc0d25279fc80aef1cdecdf71d98ed2dc2b37ab 100644 (file)
@@ -8,5 +8,7 @@
  * or in the file LICENSE in the source distribution.
  */
 
-int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len);
-int LLVMFuzzerInitialize(int *argc, char ***argv);
+int FuzzerTestOneInput(const uint8_t *buf, size_t len);
+int FuzzerInitialize(int *argc, char ***argv);
+void FuzzerCleanup(void);
+void FuzzerSetRand(void);