mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
fix for libz test with pkcs7
This commit is contained in:
@@ -34259,7 +34259,7 @@ static int pkcs7signed_run_SingleShotVectors(
|
|||||||
|
|
||||||
/* compare decompressed to expected */
|
/* compare decompressed to expected */
|
||||||
if (((word32)ret != testVectors[i].contentSz) ||
|
if (((word32)ret != testVectors[i].contentSz) ||
|
||||||
XMEMCMP(out, testVectors[i].content, ret)) {
|
XMEMCMP(out, testVectors[i].content, ret))
|
||||||
ERROR_OUT(-12562, out);
|
ERROR_OUT(-12562, out);
|
||||||
}
|
}
|
||||||
#ifndef NO_PKCS7_ENCRYPTED_DATA
|
#ifndef NO_PKCS7_ENCRYPTED_DATA
|
||||||
|
Reference in New Issue
Block a user