Files
intel-linux-sgx/sdk/libcapable
Reimo Rebane d15da77481 Fix linker error due to undefined reference.
* 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>
2017-11-13 13:05:47 +02:00
..