summaryrefslogtreecommitdiff
path: root/core/tee
diff options
context:
space:
mode:
Diffstat (limited to 'core/tee')
-rw-r--r--core/tee/tee_svc_cryp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tee/tee_svc_cryp.c b/core/tee/tee_svc_cryp.c
index a586f5ed..ea8921e4 100644
--- a/core/tee/tee_svc_cryp.c
+++ b/core/tee/tee_svc_cryp.c
@@ -2317,6 +2317,7 @@ TEE_Result syscall_cryp_state_copy(unsigned long dst, unsigned long src)
}
cs_dst->state = cs_src->state;
+ cs_dst->ctx_finalize = cs_src->ctx_finalize;
return TEE_SUCCESS;
}