diff --git a/repos/gems/include/cbe/vfs/trust_anchor_vfs.h b/repos/gems/include/cbe/vfs/trust_anchor_vfs.h index 91d6efa4f1..7e41c9c85f 100644 --- a/repos/gems/include/cbe/vfs/trust_anchor_vfs.h +++ b/repos/gems/include/cbe/vfs/trust_anchor_vfs.h @@ -298,8 +298,8 @@ struct Util::Trust_anchor_vfs } _decrypt_io_buffer = { - .base = _job.cipher.value, - .size = sizeof (_job.cipher) + .base = _job.plain.value, + .size = sizeof (_job.plain) }; job.type = Job::Type::DECRYPT_READ;