cfi build fixes in x86-64 ghash assembly
[openssl.git] / fuzz / fuzzer.h
index 289aee2f6067d78e6def619a5bd7b3bd009667f6..fcc0d25279fc80aef1cdecdf71d98ed2dc2b37ab 100644 (file)
@@ -9,4 +9,6 @@
  */
 
 int FuzzerTestOneInput(const uint8_t *buf, size_t len);
  */
 
 int FuzzerTestOneInput(const uint8_t *buf, size_t len);
-__attribute__((weak)) int FuzzerInitialize(int *argc, char ***argv);
+int FuzzerInitialize(int *argc, char ***argv);
+void FuzzerCleanup(void);
+void FuzzerSetRand(void);