Skip to content

Commit

Permalink
try vendored openssl in bitwarden-py
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 20, 2023
1 parent a376198 commit c72e4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bitwarden-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pyo3 = { version = "0.19.1", features = ["extension-module"] }
pyo3-log = "0.8.3"

bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }
openssl = { version = "0.10", features = ["vendored"] }

[build-dependencies]
pyo3-build-config = { version = "0.19.1" }
Expand Down

0 comments on commit c72e4ba

Please sign in to comment.