Skip to content

Commit ae4dba0

Browse files
add comment about openssl dependency (#35)
Signed-off-by: blu3beri <[email protected]>
1 parent 9c31261 commit ae4dba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

anoncreds/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ tempfile = "3.1.0"
3535
thiserror = "1.0"
3636
ursa = { version = "=0.3.6", default-features = false, features = ["cl_native", "serde"] }
3737
zeroize = { version = "1.3", optional = true, features = ["zeroize_derive"] }
38+
# We add the openssl dependency here because ursa does not expose a vendored openssl feature
39+
# Since we use "cl_native" as a feature, which uses openssl, we can add a vendored build with
40+
# the new exposed "vendored" feature
3841
openssl = { version = "0.10", optional = true }
3942

4043
[dependencies.indy-utils]

0 commit comments

Comments
 (0)