mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 03:30:49 +02:00
Fix: support adding UE to excluded strings
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user