mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-06 15:06:05 +00:00
Remove warnings about unfinished CID implementation
The implementation is complete now.
This commit is contained in:
parent
8367ccc03b
commit
5d12467fad
1 changed files with 0 additions and 4 deletions
|
|
@ -120,8 +120,6 @@ static void ssl_update_in_pointers( mbedtls_ssl_context *ssl );
|
|||
#if defined(MBEDTLS_SSL_CID)
|
||||
/* 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,
|
||||
size_t len,
|
||||
int ignore_other_cid )
|
||||
|
|
@ -135,8 +133,6 @@ int mbedtls_ssl_conf_cid( mbedtls_ssl_config *conf,
|
|||
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 enable,
|
||||
unsigned char const *own_cid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue