From eb32554bdbda0bc5ca4d9fb7b653ebccad739317 Mon Sep 17 00:00:00 2001 From: Roy Carter Date: Wed, 29 Apr 2026 12:43:25 +0300 Subject: [PATCH] Fix: support adding UE to excluded strings --- .codespellexcludelines | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codespellexcludelines b/.codespellexcludelines index cd204a1a2f..5ae87f1847 100644 --- a/.codespellexcludelines +++ b/.codespellexcludelines @@ -19,3 +19,5 @@ rsource "Kconfig.tls-generic" /* functions added to support above needed, removed TOOM and KARATSUBA */ #include * extern global version from /usr/src/sys/sys/systm.h */ + return "UE"; + ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "UE");