diff --git a/projects/WjCryptLibTest/WjCryptLibTest_AesCbc.c b/projects/WjCryptLibTest/WjCryptLibTest_AesCbc.c index 5cd0ef1..9457526 100644 --- a/projects/WjCryptLibTest/WjCryptLibTest_AesCbc.c +++ b/projects/WjCryptLibTest/WjCryptLibTest_AesCbc.c @@ -88,7 +88,7 @@ static TestVector gTestVectors [] = }; #define NUM_TEST_VECTORS ( sizeof(gTestVectors) / sizeof(gTestVectors[0]) ) -#define TEST_VECTOR_OUTPUT_SIZE 48 +#define TEST_VECTOR_OUTPUT_SIZE 64 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // INTERNAL FUNCTIONS