Skip to content

Commit 8c7c923

Browse files
committed
Re-enable botan test on macos
PR #42 / ef63ca7 wasn't needed. The botan author has ensured that their library works on macos just fine. Closes #52
1 parent 8f099c3 commit 8c7c923

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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)