include stdlib for malloc() and free()
[openssl.git] / fuzz / server.c
index d3ed1adfe0be519a9666ca4b6d4d387bfbc9f50a..7b376c1abbe5f082ff67760817a1d08f58c84ea0 100644 (file)
@@ -208,7 +208,7 @@ static void Init() {
     X509_free(cert);
   }
 
-int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) {
+int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
     if (ctx == NULL)
         Init();
     // TODO: make this work for OpenSSL. There's a PREDICT define that may do