summaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-21 16:00:48 +0100
committerMatt Caswell <matt@openssl.org>2020-11-18 14:14:53 +0000
commit33c39a0659de257dde8ce28496f0ce6c16954430 (patch)
treec7ed94e5f43915ef28169791b9e604335d0bd483 /test/ssltestlib.c
parent0437309fdf544492e272943e892523653df2f189 (diff)
Add a test for the various ways of setting temporary DH params
We support a number of different ways of setting temporary DH params. We should test that they all work correctly. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13368)
Diffstat (limited to 'test/ssltestlib.c')
-rw-r--r--test/ssltestlib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ssltestlib.c b/test/ssltestlib.c
index 734d1e936b..1fbe51763b 100644
--- a/test/ssltestlib.c
+++ b/test/ssltestlib.c
@@ -731,10 +731,6 @@ const SSL_METHOD *cm,
goto err;
}
-#ifndef OPENSSL_NO_DH
- SSL_CTX_set_dh_auto(serverctx, 1);
-#endif
-
*sctx = serverctx;
if (cctx != NULL)
*cctx = clientctx;