wolfssl/wolfcrypt/aes.h: don't set WC_AESFREE_IS_MANDATORY for WOLF_CRYPTO_CB -- free is only needed when callbacks are both installed and used.

pull/7071/head
Daniel Pouzzner 2023-12-14 18:09:39 -06:00
parent 2ffc818c28
commit 7ebbb927f3
1 changed files with 0 additions and 1 deletions

View File

@ -407,7 +407,6 @@ typedef struct XtsAes {
(defined(WOLFSSL_DEVCRYPTO) && \
(defined(WOLFSSL_DEVCRYPTO_AES) || \
defined(WOLFSSL_DEVCRYPTO_CBC))) || \
defined(WOLF_CRYPTO_CB) || \
defined(WOLFSSL_IMXRT_DCP) || \
(defined(WOLFSSL_AESGCM_STREAM) && defined(WOLFSSL_SMALL_STACK) && \
!defined(WOLFSSL_AESNI)) || \