summaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
diff options
context:
space:
mode:
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;