projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c060e
)
Fix: make static ECDH selectable with the br_ssl_client_set_single_ec() helper function.
master
author
Thomas Pornin
<thomas.pornin@nccgroup.com>
Wed, 12 Jun 2024 14:56:12 +0000
(10:56 -0400)
committer
Thomas Pornin
<thomas.pornin@nccgroup.com>
Wed, 12 Jun 2024 14:56:12 +0000
(10:56 -0400)
src/ssl/ssl_ccert_single_ec.c
patch
|
blob
|
history
diff --git
a/src/ssl/ssl_ccert_single_ec.c
b/src/ssl/ssl_ccert_single_ec.c
index
93ebcde
..
2e1e54f
100644
(file)
--- 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;
}
}