From 73d243ed81bf23c06471424b8e32df21971b9f01 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Mon, 3 Jan 2022 15:23:15 -0600 Subject: [PATCH] Apparently has no effect... --- src/lib/tls/ctx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/tls/ctx.c b/src/lib/tls/ctx.c index 7357af30d9..42fb672e3d 100644 --- a/src/lib/tls/ctx.c +++ b/src/lib/tls/ctx.c @@ -66,8 +66,6 @@ static int ctx_ecdh_curve_set(SSL_CTX *ctx, char const *ecdh_curve, bool disable return -1; } free(list); - - (void) SSL_CTX_set_ecdh_auto(ctx, 1); return 0; } #endif -- 2.47.2