mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 17:10:50 +02:00
Merge pull request #10132 from douzzer/20260404-default_rng_bank
20260404-default_rng_bank
This commit is contained in:
+1
-1
@@ -27475,7 +27475,7 @@ static int error_test(void)
|
||||
{
|
||||
EXPECT_DECLS;
|
||||
const char* errStr;
|
||||
const char* unknownStr = wc_GetErrorString(0);
|
||||
const char* unknownStr = wc_GetErrorString(WC_LAST_E - 1);
|
||||
|
||||
#ifdef NO_ERROR_STRINGS
|
||||
/* Ensure a valid error code's string matches an invalid code's.
|
||||
|
||||
Reference in New Issue
Block a user