mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 06:50:52 +02:00
Fix: change test string to the new format
This commit is contained in:
@@ -1208,7 +1208,7 @@ int test_wolfSSL_alert_desc_string(void)
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(user_canceled), "US");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(no_renegotiation), "NR");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(missing_extension), "ME");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "XE");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "UE");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(unrecognized_name), "UN");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(bad_certificate_status_response), "BR");
|
||||
ExpectStrEQ(wolfSSL_alert_desc_string(unknown_psk_identity), "UP");
|
||||
|
||||
Reference in New Issue
Block a user