File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8754,7 +8754,8 @@ int test_wc_AesCtr_MonteCarlo(void)
87548754int test_wc_AesGcm_MonteCarlo (void )
87558755{
87568756 EXPECT_DECLS ;
8757- #if !defined(NO_AES ) && defined(HAVE_AESGCM ) && defined(HAVE_AES_DECRYPT )
8757+ #if !defined(NO_AES ) && defined(HAVE_AESGCM ) && defined(HAVE_AES_DECRYPT ) && \
8758+ !defined(WOLFSSL_AFALG ) && !defined(WOLFSSL_DEVCRYPTO )
87588759 static const word32 keySizes [] = {
87598760#ifdef WOLFSSL_AES_128
87608761 16 ,
@@ -8815,7 +8816,9 @@ int test_wc_AesGcm_MonteCarlo(void)
88158816 WC_FREE_VAR (plain , NULL );
88168817 WC_FREE_VAR (cipher , NULL );
88178818 WC_FREE_VAR (decrypted , NULL );
8818- #endif
8819+ #endif /* !NO_AES && HAVE_AESGCM && HAVE_AES_DECRYPT && !WOLFSSL_AFALG && */
8820+ /* !WOLFSSL_DEVCRYPTO */
8821+
88198822 return EXPECT_RESULT ();
88208823}
88218824
You can’t perform that action at this time.
0 commit comments