Disable parsing certificate, it doesn't appear to be necessary to control Hue and prevents build on older mbedtls releases
This commit is contained in:
parent
87043cde65
commit
b7e2103f41
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +126,8 @@ EntertainmentMode::EntertainmentMode(Bridge& b, Group& g)
|
|||
/*-------------------------------------------------*\
|
||||
| Parse certificate |
|
||||
\*-------------------------------------------------*/
|
||||
ret = mbedtls_x509_crt_parse(
|
||||
&tls_context->cacert, (const unsigned char*)mbedtls_test_cas_pem, mbedtls_test_cas_pem_len);
|
||||
//ret = mbedtls_x509_crt_parse(
|
||||
// &tls_context->cacert, (const unsigned char*)mbedtls_test_cas_pem, mbedtls_test_cas_pem_len);
|
||||
}
|
||||
|
||||
EntertainmentMode::~EntertainmentMode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue