-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools/sgx] Remove unneeded include deps for RA-TLS and Secret Prov libs
Gramine RA-TLS and Secret Provisioning libraries actually only need `sgx_arch.h` and `sgx_attest.h` from `PAL/Linux-SGX` (for some SGX-hardware-specific structs). However, RA-TLS and Secret Prov use `sgx_inc` which contains unnecessary includes, e.g., `common_inc`. This commit removes `sgx_inc` from RA-TLS and Secret Provisioning libs' include dependencies and includes only the needed headers from `PAL/Linux-SGX`. Signed-off-by: Kailun Qin <[email protected]>
- Loading branch information
1 parent
8b4ebdf
commit ef46981
Showing
3 changed files
with
16 additions
and
10 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