From: Arran Cudbard-Bell Date: Mon, 3 Jan 2022 21:23:15 +0000 (-0600) Subject: Apparently has no effect... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d243ed81bf23c06471424b8e32df21971b9f01;p=thirdparty%2Ffreeradius-server.git Apparently has no effect... --- 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