Skip to content

Commit c2b1ba0

Browse files
build fix6
1 parent 6db924a commit c2b1ba0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

intel-sgx/pcs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ mbedtls = { version = "0.13.2", features = ["std", "time"], default-features = f
4040
[dev-dependencies]
4141
hex = "0.4.2"
4242
tempdir = "0.3.7"
43+
mbedtls = { version = "0.13.2" }
4344

4445
[target.'cfg(not(target_env = "sgx"))'.dev-dependencies]
4546
reqwest = { version = "0.12", features = ["blocking"] }
4647

4748
[features]
4849
verify = ["anyhow", "mbedtls", "mbedtls/x509"]
4950
sgx = []
50-
mbedtls = ["dep:mbedtls"]

intel-sgx/pcs/src/pckcrt.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,6 @@ where
807807
mod tests {
808808
use dcap_ql::quote::{Qe3CertDataPckCertChain, Quote, Quote3SignatureEcdsaP256};
809809
use hex::FromHex;
810-
use mbedtls::error::{codes, Error as ErrMbed};
811810
use pkix::derives::ObjectIdentifier;
812811
use sgx_pkix::oid::{SGX_EXTENSION_PPID, SGX_EXTENSION_TCB, SGX_EXTENSION_TCB_COMP01_SVN};
813812
use yasna;

0 commit comments

Comments
 (0)