Update fuzz corpora
[openssl.git] / fuzz / fuzzer.h
index b3c3428c9b5f9871e931f4b70dde6f9db5bd09bb..289aee2f6067d78e6def619a5bd7b3bd009667f6 100644 (file)
@@ -8,5 +8,5 @@
  * or in the file LICENSE in the source distribution.
  */
 
  * 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);
+__attribute__((weak)) int FuzzerInitialize(int *argc, char ***argv);