commit | f34ab7ace8eb2148c5a1a70702eb9e78824b7322 | [log] [tgz] |
---|---|---|
author | SeongOok CHOI <kakapapa2@gmail.com> | Tue Feb 18 18:00:53 2020 +0900 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Feb 19 11:04:18 2020 +0100 |
tree | b36ab1a7a03559ef773944925a055a4a826c4458 | |
parent | 559b2141c16bf0f57ccd72f60e4deb84fc2a05b0 [diff] |
acipher: add missed header LONG_MAX is defined in limits.h header optee_examples/acipher/host/main.c:46:22: error: use of undeclared identifier 'LONG_MAX' Signed-off-by: SeongOok CHOI <kakapapa2@gmail.com> Reviewed-by: Jerome Forissier <jerome@forissier.org>
This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.
// OP-TEE core maintainers