Fix: support adding UE to excluded strings

This commit is contained in:
Roy Carter
2026-04-29 12:43:25 +03:00
parent dc86dc34a8
commit eb32554bdb
+2
View File
@@ -19,3 +19,5 @@ rsource "Kconfig.tls-generic"
/* functions added to support above needed, removed TOOM and KARATSUBA */
#include <sys/systm.h>
* extern global version from /usr/src/sys/sys/systm.h */
return "UE";
ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "UE");