summaryrefslogtreecommitdiff
path: root/lib/vtls/bearssl.c
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2022-09-28 15:51:44 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-11-08 10:06:12 +0100
commit3c16697ebd796f799227be293e8689aec5f8190d (patch)
treef3523fa4b0cd71b69afb11b3afb2c94431cec977 /lib/vtls/bearssl.c
parentf151ec6c1053826bdcc740d97257d877b759e777 (diff)
downloadcurl-3c16697ebd796f799227be293e8689aec5f8190d.tar.gz
openssl: reduce CA certificate bundle reparsing by caching
Closes #9620
Diffstat (limited to 'lib/vtls/bearssl.c')
-rw-r--r--lib/vtls/bearssl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vtls/bearssl.c b/lib/vtls/bearssl.c
index 1221ce8c8..e66dd8469 100644
--- a/lib/vtls/bearssl.c
+++ b/lib/vtls/bearssl.c
@@ -1208,7 +1208,8 @@ const struct Curl_ssl Curl_ssl_bearssl = {
Curl_none_false_start, /* false_start */
bearssl_sha256sum, /* sha256sum */
NULL, /* associate_connection */
- NULL /* disassociate_connection */
+ NULL, /* disassociate_connection */
+ NULL /* free_multi_ssl_backend_data */
};
#endif /* USE_BEARSSL */