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

Fix building openssl on ARM #19

wants to merge 1 commit into from

Conversation

MagaTailor
Copy link

The issue was fixed in openssl 0.7

@@ -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?

@MagaTailor
Copy link
Author

Well, if you're going to track breaking changes, using git is not a problem.

@MagaTailor MagaTailor closed this Jul 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants