mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 05:21:06 +00:00
Remove warnings about unfinished CID implementation
The implementation is complete now.
This commit is contained in:
parent
e8eff9a517
commit
b86c2a8c5d
|
@ -111,8 +111,6 @@ static void ssl_update_in_pointers( mbedtls_ssl_context *ssl );
|
||||||
#if defined(MBEDTLS_SSL_CID)
|
#if defined(MBEDTLS_SSL_CID)
|
||||||
/* Top-level Connection ID API */
|
/* Top-level Connection ID API */
|
||||||
|
|
||||||
/* WARNING: The CID feature isn't fully implemented yet
|
|
||||||
* and will not be used. */
|
|
||||||
int mbedtls_ssl_conf_cid( mbedtls_ssl_config *conf,
|
int mbedtls_ssl_conf_cid( mbedtls_ssl_config *conf,
|
||||||
size_t len,
|
size_t len,
|
||||||
int ignore_other_cid )
|
int ignore_other_cid )
|
||||||
|
@ -126,8 +124,6 @@ int mbedtls_ssl_conf_cid( mbedtls_ssl_config *conf,
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* WARNING: The CID feature isn't fully implemented yet
|
|
||||||
* and will not be used. */
|
|
||||||
int mbedtls_ssl_set_cid( mbedtls_ssl_context *ssl,
|
int mbedtls_ssl_set_cid( mbedtls_ssl_context *ssl,
|
||||||
int enable,
|
int enable,
|
||||||
unsigned char const *own_cid,
|
unsigned char const *own_cid,
|
||||||
|
|
Loading…
Reference in a new issue