Merge pull request #4511 from JacobBarthelmeh/Testing

build fixes and PKCS7 BER encoding fix
This commit is contained in:
David Garske
2021-10-28 10:52:58 -07:00
committed by GitHub
5 changed files with 18 additions and 7 deletions

View File

@@ -28222,7 +28222,7 @@ static void test_wc_PKCS7_EncodeDecodeEnvelopedData (void)
static void test_wc_PKCS7_EncodeEncryptedData (void)
{
#if defined(HAVE_PKCS7) && !defined(NO_PKCS7_ENCRYPTED_DATA)
PKCS7* pkcs7;
PKCS7* pkcs7 = NULL;
byte* tmpBytePtr = NULL;
byte encrypted[TWOK_BUF];
byte decoded[TWOK_BUF];