summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/client.c2
-rw-r--r--fuzz/cmp.c2
-rw-r--r--fuzz/server.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/fuzz/client.c b/fuzz/client.c
index 451989773a..f80e8a0a48 100644
--- a/fuzz/client.c
+++ b/fuzz/client.c
@@ -20,6 +20,8 @@
#include "rand.inc"
+DEFINE_STACK_OF(SSL_COMP)
+
/* unused, to avoid warning. */
static int idx;
diff --git a/fuzz/cmp.c b/fuzz/cmp.c
index 0088dd9478..6883a286ff 100644
--- a/fuzz/cmp.c
+++ b/fuzz/cmp.c
@@ -18,6 +18,8 @@
#include "fuzzer.h"
#include "rand.inc"
+DEFINE_STACK_OF(OSSL_CMP_ITAV)
+
int FuzzerInitialize(int *argc, char ***argv)
{
OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL);
diff --git a/fuzz/server.c b/fuzz/server.c
index 335f1f165d..fe4fa5c70b 100644
--- a/fuzz/server.c
+++ b/fuzz/server.c
@@ -24,6 +24,8 @@
#include "rand.inc"
+DEFINE_STACK_OF(SSL_COMP)
+
static const uint8_t kCertificateDER[] = {
0x30, 0x82, 0x02, 0xff, 0x30, 0x82, 0x01, 0xe7, 0xa0, 0x03, 0x02, 0x01,
0x02, 0x02, 0x11, 0x00, 0xb1, 0x84, 0xee, 0x34, 0x99, 0x98, 0x76, 0xfb,