summaryrefslogtreecommitdiff
path: root/core/lib/libtomcrypt/cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib/libtomcrypt/cbc.c')
-rw-r--r--core/lib/libtomcrypt/cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lib/libtomcrypt/cbc.c b/core/lib/libtomcrypt/cbc.c
index 5fe2000df..9fc4a9615 100644
--- a/core/lib/libtomcrypt/cbc.c
+++ b/core/lib/libtomcrypt/cbc.c
@@ -120,7 +120,7 @@ static TEE_Result ltc_cbc_alloc_ctx(struct crypto_cipher_ctx **ctx_ret,
return TEE_SUCCESS;
}
-#if defined(_CFG_CORE_LTC_AES) && !defined(CFG_CORE_SE05X)
+#if defined(_CFG_CORE_LTC_AES)
TEE_Result crypto_aes_cbc_alloc_ctx(struct crypto_cipher_ctx **ctx)
{
return ltc_cbc_alloc_ctx(ctx, find_cipher("aes"), false);