From 7a3769f4353e34b7bd792fdc6e5567dea80f7d0f Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 9 Jun 2017 10:54:11 -0700 Subject: [PATCH] Fix wolfCrypt errors test to allow -178. --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 3afddfdd5..460b3f4e1 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -930,7 +930,7 @@ int error_test() /* Values that are not or no longer error codes. */ int missing[] = { -122, -123, -124, -127, -128, -129, -161, -162, -163, -164, -165, -166, -167, -168, -169, - -178, -179, -233, + -179, -233, 0 }; /* Check that all errors have a string and it's the same through the two