forked from OP-TEE/optee_test
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gp: update API files to use the imp field in TEEC_Session
The OP-TEE client library has been updated to include an 'imp' field as required by the GlobalPlatform specification. Therefore, update the parts of the code that access the TEE context which is now inside this 'imp' struct. This commit is the result of the following commands: sed -i 's/sess->ctx/sess->imp.ctx/' $(git grep -l 'sess->ctx') sed -i 's/s->ctx/s->imp.ctx/' $(git grep -l 's->ctx') Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
- Loading branch information
1 parent
32d6be1
commit ebbb2fe
Showing
5 changed files
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.