From eb08ceb1e7da98e351442c616bd9042d23eeb223 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 25 May 2023 22:02:36 -0500 Subject: [PATCH] Remove mbedtls/certs.h from EntertainmentMode.cpp to work around mbedtls removing that file in newer releases, which have made their way to Arch Linux. * It looks like upstream has made this change, but it has not made it into a release, so just doing this single patch for now --- dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp b/dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp index 7f39b098..c9af1510 100644 --- a/dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp +++ b/dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp @@ -21,7 +21,6 @@ **/ #include "hueplusplus/EntertainmentMode.h" -#include "mbedtls/certs.h" #include "mbedtls/ctr_drbg.h" #include "mbedtls/debug.h" #include "mbedtls/entropy.h"