Skip to content

Commit f18f8b1

Browse files
committed
XXX: Use patched rust-openssl.
1 parent 3644224 commit f18f8b1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ opt-level = 2
7777
opt-level = 2
7878
[profile.dev.package.x25519-dalek]
7979
opt-level = 2
80+
81+
[patch.crates-io]
82+
openssl = { git = "https://github.com/teythoon/rust-openssl", branch = "justus/pqc" }
83+
openssl-sys = { git = "https://github.com/teythoon/rust-openssl", branch = "justus/pqc" }

0 commit comments

Comments
 (0)