Skip to content

Commit

Permalink
Do not vendor openssl (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
  • Loading branch information
mkulke authored Jul 3, 2023
1 parent 2c2e411 commit 09a8a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libtss2-dev pkg-config
sudo apt-get install -y build-essential libssl-dev pkg-config libtss2-dev
- name: Build example project
working-directory: ./az-snp-vtpm
Expand Down
2 changes: 1 addition & 1 deletion az-snp-vtpm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bincode = "1"
clap = { version = "4", features = ["derive"] }
jsonwebkey = { version = "0.3.5", features = ["pkcs-convert"] }
memoffset = "0.8.0"
openssl = { version = "0.10.45", features = ["vendored"], optional = true }
openssl = { version = "0.10", optional = true }
rsa = { version = "0.8.2", features = ["pkcs5", "sha2"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 09a8a0d

Please sign in to comment.