From 33c39a0659de257dde8ce28496f0ce6c16954430 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Oct 2020 16:00:48 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/13368) --- test/ssltestlib.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/ssltestlib.c') 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; -- cgit v1.2.3