diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 15:45:54 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:40 +0200 |
commit | 798f932980e2fe656a8ba2a1bde453484f6f07dc (patch) | |
tree | dce53065fe04758c0cf8a1751bba33de9ce1ccfd /fuzz/cmp.c | |
parent | Fix safestack issues in asn1.h (diff) | |
download | openssl-798f932980e2fe656a8ba2a1bde453484f6f07dc.tar.xz openssl-798f932980e2fe656a8ba2a1bde453484f6f07dc.zip |
Fix safestack issues in cmp.h
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'fuzz/cmp.c')
-rw-r--r-- | fuzz/cmp.c | 2 |
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); |