mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:57:18 +03:00
vtls: make BearSSL possible to set with CURL_SSL_BACKEND
Ref: 9b879160df (commitcomment-36355622)
Closes #4698
This commit is contained in:
parent
de68a70166
commit
2c0362ee04
1 changed files with 3 additions and 0 deletions
|
|
@ -1225,6 +1225,9 @@ static const struct Curl_ssl *available_backends[] = {
|
|||
#endif
|
||||
#if defined(USE_MESALINK)
|
||||
&Curl_ssl_mesalink,
|
||||
#endif
|
||||
#if defined(USE_BEARSSL)
|
||||
&Curl_ssl_bearssl,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue