add guard on test case for pkcs7 with no aes

This commit is contained in:
Jacob Barthelmeh
2019-03-22 15:56:05 -06:00
parent 21f2beca9f
commit 3d747f7c87

View File

@@ -16636,7 +16636,8 @@ static void test_wc_PKCS7_BER(void)
static void test_PKCS7_signed_enveloped(void)
{
#if defined(HAVE_PKCS7) && !defined(NO_FILESYSTEM) && !defined(NO_RSA)
#if defined(HAVE_PKCS7) && !defined(NO_FILESYSTEM) && !defined(NO_RSA) \
&& !defined(NO_AES)
XFILE f;
PKCS7* pkcs7;
PKCS7* inner;