mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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
@ -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…
Reference in New Issue
Block a user