fix(https_request): Fixed CI failure for https_request example

- Enabled chachapoly ciphersuite from menuconfig, required for
howmyssl URL
This commit is contained in:
hrushikesh.bhosale
2026-02-19 16:19:14 +05:30
parent bdd75fb32e
commit 8c357f8d7a
@@ -1,3 +1,5 @@
CONFIG_MBEDTLS_HAVE_TIME_DATE=y
CONFIG_LWIP_SNTP_MAX_SERVERS=2
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
CONFIG_MBEDTLS_CHACHA20_C=y
CONFIG_MBEDTLS_CHACHAPOLY_C=y