From: Thomas Pornin Date: Wed, 12 Jun 2024 14:56:12 +0000 (-0400) Subject: Fix: make static ECDH selectable with the br_ssl_client_set_single_ec() helper function. X-Git-Url: https://bearssl.org/gitweb//home/git/?a=commitdiff_plain;ds=sidebyside;p=BearSSL Fix: make static ECDH selectable with the br_ssl_client_set_single_ec() helper function. --- 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; } }