I'm trying to apply newer intel-sdk version to v2.0.0 branch and this problem
seems to occur again with intel-sdk-2.21, I'm referring to this [dexlabs'
version](https://gitlab.com/Kailai/incubator-teaclave-sgx-sdk/-/commit/1b80455857b16fef02348a5b6db01f2888a49fd5)
on `v2.0.0-sgx-emm` branch
It seems I'll get `Unexpected` error with or without this fix.
To reproduce this, simply change the TOML dep to:
```
sgx_crypto = { git = "https://gitlab.com/dexlabs/incubator-teaclave-sgx-sdk",
rev = "1b80455857b16fef02348a5b6db01f2888a49fd5", default-features = false,
features = ["ucrypto"] }
```
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/456#issuecomment-2094499745
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave-sgx-sdk/issues/456/[email protected]>