mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
d15da77481
* Calling the macro "SGX_ACCESS_VERSION(sgx_capable, 1)" results in a reference to "sgx_sgx_capable_version" which is undefined. The correct reference is "sgx_capable_version". Signed-off-by: Reimo Rebane <reimo.rebane@cyber.ee>