mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 06:38:57 +00:00
Fix depend that was checked but not documented
This commit is contained in:
parent
94de33140b
commit
bbbb3cfba5
1 changed files with 2 additions and 0 deletions
|
@ -1017,6 +1017,8 @@
|
||||||
*
|
*
|
||||||
* Enable support for RFC 6066 server name indication (SNI) in SSL.
|
* Enable support for RFC 6066 server name indication (SNI) in SSL.
|
||||||
*
|
*
|
||||||
|
* Requires: POLARSSL_X509_CRT_PARSE_C
|
||||||
|
*
|
||||||
* Comment this macro to disable support for server name indication in SSL
|
* Comment this macro to disable support for server name indication in SSL
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_SSL_SERVER_NAME_INDICATION
|
#define POLARSSL_SSL_SERVER_NAME_INDICATION
|
||||||
|
|
Loading…
Reference in a new issue