summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:31:44 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit22fbfe6a7d13c7c9417f8a10103d28fe70991e94 (patch)
treebcbfa0c2846db8b42679a5a84e9e97787b687765 /test
parent02199cc39db2669933cefc6319599ba491bb3a85 (diff)
Fix safestack issues in srp.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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sslapitest.c b/test/sslapitest.c
index 7f444c5456..75d3c6fbfc 100644
--- a/test/sslapitest.c
+++ b/test/sslapitest.c
@@ -5939,8 +5939,6 @@ static int test_pha_key_update(void)
static SRP_VBASE *vbase = NULL;
-DEFINE_STACK_OF(SRP_user_pwd)
-
static int ssl_srp_cb(SSL *s, int *ad, void *arg)
{
int ret = SSL3_AL_FATAL;