summaryrefslogtreecommitdiffstats
path: root/fuzz/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/cmp.c')
-rw-r--r--fuzz/cmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fuzz/cmp.c b/fuzz/cmp.c
index 44a0c1adeb..a0dc20c619 100644
--- a/fuzz/cmp.c
+++ b/fuzz/cmp.c
@@ -18,8 +18,6 @@
#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);