From 3c040368f6791553610e362401db1efff4b4c5b8 Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Wed, 12 Jun 2024 10:56:12 -0400 Subject: [PATCH] Fix: make static ECDH selectable with the br_ssl_client_set_single_ec() helper function. --- src/ssl/ssl_ccert_single_ec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ssl/ssl_ccert_single_ec.c b/src/ssl/ssl_ccert_single_ec.c index 93ebcde..2e1e54f 100644 --- a/src/ssl/ssl_ccert_single_ec.c +++ b/src/ssl/ssl_ccert_single_ec.c @@ -69,6 +69,7 @@ cc_choose(const br_ssl_client_certificate_class **pctx, choices->hash_id = -1; choices->chain = zc->chain; choices->chain_len = zc->chain_len; + return; } } -- 2.17.1