Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Fix building openssl on ARM #19

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "openssl.rs"
path = "../crypto_bench"

[dependencies]
openssl = "0.6"
openssl = "0.7"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I think we should just change this to the git master like other benchmarks are already using. What do you think?


# Ensure that the bench, release, and test settings are the same.

Expand Down