summaryrefslogtreecommitdiffstats
path: root/fuzz/fuzzer.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-12-10 03:04:58 +0100
committerPauli <ppzgs1@gmail.com>2021-02-23 14:24:13 +0100
commitde2ea978b5be4607c677aaefceebff39b1520e0a (patch)
tree919c1c9cc6345ee7358f9abee6eff009ad5d4e87 /fuzz/fuzzer.h
parentRAND_METHOD deprecation: tests (diff)
downloadopenssl-de2ea978b5be4607c677aaefceebff39b1520e0a.tar.xz
openssl-de2ea978b5be4607c677aaefceebff39b1520e0a.zip
RAND_METHOD deprecation: fuzzer
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13652)
Diffstat (limited to 'fuzz/fuzzer.h')
-rw-r--r--fuzz/fuzzer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/fuzzer.h b/fuzz/fuzzer.h
index b4605f8c8f..517a8622d9 100644
--- a/fuzz/fuzzer.h
+++ b/fuzz/fuzzer.h
@@ -11,4 +11,6 @@
int FuzzerTestOneInput(const uint8_t *buf, size_t len);
int FuzzerInitialize(int *argc, char ***argv);
void FuzzerCleanup(void);
+
void FuzzerSetRand(void);
+void FuzzerClearRand(void);