blob: 5f9efa4bf6b96b128f031d31dcfd47c658464a52 [file] [log] [blame]
Ben Lauriec38bb722016-03-26 17:19:14 +00001/*
2 * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the OpenSSL licenses, (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 * https://www.openssl.org/source/license.html
8 * or in the file LICENSE in the source distribution.
9 */
10
Kurt Roeckxf59d0132016-05-07 22:09:13 +020011int FuzzerTestOneInput(const uint8_t *buf, size_t len);
Ben Laurie90d28f02016-06-04 16:10:49 +010012int FuzzerInitialize(int *argc, char ***argv);
Kurt Roeckxad4da7f2016-11-19 17:13:10 +010013void FuzzerCleanup(void);