mssun opened a new pull request #190: Temporary workaround for the sgx_ql_qv_result_t enum issue URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/190 The `SGX_QL_MK_ERROR` in `qve_header.h` has the same name as it in `sgx_ql_lib_common.h`, so it will never be defined as `(0x0000A000|(x))`. As a workaround, to make the enum consistent with the current released DCAP, we define the result in `(0x0000E000|(x))`. Refer to: https://github.com/intel/SGXDataCenterAttestationPrimitives/pull/61
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
