Skip to content

Commit cbd5b61

Browse files
committed
Fix: support adding UE to excluded strings
1 parent 15b23eb commit cbd5b61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.codespellexcludelines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ rsource "Kconfig.tls-generic"
1919
/* functions added to support above needed, removed TOOM and KARATSUBA */
2020
#include <sys/systm.h>
2121
* extern global version from /usr/src/sys/sys/systm.h */
22+
return "UE";
23+
ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "UE");

0 commit comments

Comments
 (0)