fix for libz test with pkcs7

This commit is contained in:
JacobBarthelmeh
2021-12-23 09:37:09 -08:00
parent 63df8f0836
commit c4e50ef086

View File

@ -34259,7 +34259,7 @@ static int pkcs7signed_run_SingleShotVectors(
/* compare decompressed to expected */
if (((word32)ret != testVectors[i].contentSz) ||
XMEMCMP(out, testVectors[i].content, ret)) {
XMEMCMP(out, testVectors[i].content, ret))
ERROR_OUT(-12562, out);
}
#ifndef NO_PKCS7_ENCRYPTED_DATA