forked from wolfSSL/wolfssl
Fix wolfCrypt errors test to allow -178.
This commit is contained in:
@@ -930,7 +930,7 @@ int error_test()
|
|||||||
/* Values that are not or no longer error codes. */
|
/* Values that are not or no longer error codes. */
|
||||||
int missing[] = { -122, -123, -124, -127, -128, -129,
|
int missing[] = { -122, -123, -124, -127, -128, -129,
|
||||||
-161, -162, -163, -164, -165, -166, -167, -168, -169,
|
-161, -162, -163, -164, -165, -166, -167, -168, -169,
|
||||||
-178, -179, -233,
|
-179, -233,
|
||||||
0 };
|
0 };
|
||||||
|
|
||||||
/* Check that all errors have a string and it's the same through the two
|
/* Check that all errors have a string and it's the same through the two
|
||||||
|
Reference in New Issue
Block a user