Skip to content

Commit c437142

Browse files
Cargo.toml: Remove unused sha2 dependency
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 5bbcafe commit c437142

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

parsec-openssl-provider-shared/e2e_tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ publish = false
1515
foreign-types-shared = "0.1.1"
1616
parsec-openssl-provider = { path ="../../parsec-openssl-provider" }
1717
parsec-client = "0.16.0"
18-
sha2 = "0.10.8"
1918
openssl = "0.10.63"
2019
picky-asn1-der = "0.4.0"
2120

parsec-openssl-provider-shared/e2e_tests/tests/sign.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use parsec_openssl_provider::{
1717
PARSEC_PROVIDER_DFLT_PROPERTIES, PARSEC_PROVIDER_ECDSA_NAME, PARSEC_PROVIDER_KEY_NAME,
1818
PARSEC_PROVIDER_RSA_NAME,
1919
};
20-
use sha2::{Digest, Sha256};
2120

2221
// Signs a digest using Parsec Provider and verifies the signature using the
2322
// same key via the parsec-tool. The test only passes if the signature verification

0 commit comments

Comments
 (0)