fix: Fix build errors for some tests on pipeline

This commit is contained in:
Roy Carter
2026-04-09 01:22:27 +03:00
parent c1a507e175
commit 7561911cba
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12202,7 +12202,7 @@ const char* wolfSSL_alert_desc_string(int alertID)
case missing_extension:
return "ME";
case unsupported_extension:
return "UE";
return "XE";
case unrecognized_name:
return "UN";
case bad_certificate_status_response: