From 802d1c4fa6570b71a0b4d1e4e3262d77133d9445 Mon Sep 17 00:00:00 2001 From: Florian Lentz Date: Wed, 18 Jan 2023 20:37:47 +0100 Subject: [PATCH] wolfSSL support added --- riot-headers.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/riot-headers.h b/riot-headers.h index b6023a6..c50edc5 100644 --- a/riot-headers.h +++ b/riot-headers.h @@ -184,6 +184,14 @@ #include "ws281x.h" #endif +/* wolfSSL */ +#if defined(MODULE_WOLFSSL) && !defined(IS_C2RUST) +#include +#include +#include +#include +#endif + // Note that while the actual definitions are always in board.h, this defines // the fallback macros that make sure that in the LED macros' absence, // fallbacks are there.