From b86c2a8c5d27c7e42b23953392bed7cd2629da8b Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 14 May 2019 11:35:59 +0100 Subject: [PATCH] Remove warnings about unfinished CID implementation The implementation is complete now. --- library/ssl_tls.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index b075a8a9a..be86676c7 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -111,8 +111,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 ) @@ -126,8 +124,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,