Skip to content

Commit aaf162f

Browse files
committed
Re-enable botan test on macos
Vendored botan 0.8.1 works fine on macos now. Thanks to the botan author for finding the cause of the build failure. Closes #52
1 parent 8fc2b63 commit aaf162f

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Diff for: Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ features = ["x509-parser"]
3434
[dev-dependencies]
3535
openssl = "0.10"
3636
webpki = "0.21"
37-
38-
[target.'cfg(not(target_os = "macos"))'.dev-dependencies]
3937
botan = { version = "0.8", features = ["vendored"] }

Diff for: tests/botan.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(not(target_os = "macos"))]
2-
31
extern crate botan;
42
extern crate rcgen;
53

0 commit comments

Comments
 (0)