-
-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined reference to `bn_is_zero' #68
Comments
@emk check if the problem is fixed in commit above |
I've queued up a build on Rust CI. If this turns green in the next 15 minutes or so, we're good. (I may or may not be around.) Thank you for looking into this problem! |
I believe it wouldn't help :-) Rust CI uses Travis and on Travis there were no problems with |
@vhbit Iron was erroring, so it should fail. Unfortunately I just simultaneously patched rust-http-content-type to not use rust-openssl. I'll reset the change and see if we can fix this. |
@vhbit Tried building with your fork, looks green! I knew I must have munged something up with linking. |
ok, creating PR then |
My apologies, I thought the change had already been merged. I'll run another build in an hour or so, when I get back. Thank you, everybody! |
Still failing with errors about |
My builds of
iron
-based projects are still failing with something related to the BN_is_zero problem, despite runningcargo update
:It looks like @reem is following up at the Rust level, but in case it helps, my toy project is here.
Thank you for the lovely library!
The text was updated successfully, but these errors were encountered: