summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:05:30 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commitfd3ed85c67174a0d3b6639ba9b237351d1c2201f (patch)
tree13caa5fbd3ee2cca408a4e1c0611c96d13858e43 /test
parent904e1f92b381a15139af154ca58fd6d9f566ab2e (diff)
Fix safestack issues in ocsp.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 'test')
-rw-r--r--test/sslapitest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sslapitest.c b/test/sslapitest.c
index 2451f3f832..7f444c5456 100644
--- a/test/sslapitest.c
+++ b/test/sslapitest.c
@@ -47,7 +47,6 @@ int tls_provider_init(const OSSL_CORE_HANDLE *handle,
const OSSL_DISPATCH *in,
const OSSL_DISPATCH **out,
void **provctx);
-DEFINE_STACK_OF(OCSP_RESPID)
static OPENSSL_CTX *libctx = NULL;
static OSSL_PROVIDER *defctxnull = NULL;