summaryrefslogtreecommitdiffstats
path: root/fuzz/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/x509.c')
-rw-r--r--fuzz/x509.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/x509.c b/fuzz/x509.c
index 0de61cd969..926287da48 100644
--- a/fuzz/x509.c
+++ b/fuzz/x509.c
@@ -14,6 +14,8 @@
#include <openssl/rand.h>
#include "fuzzer.h"
+#include "rand.inc"
+
int FuzzerInitialize(int *argc, char ***argv)
{
OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL);