aboutsummaryrefslogtreecommitdiff
path: root/native
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant filesValerii Hiora2014-10-142-5/+0
|
* Add a dummy bn_is_zero C dependency to wrap BN_is_zeroJonathan Reem2014-10-042-0/+5
This is necessary because on some architectures BN_is_zero is a CPP macro, so trying to link against it in an `extern "C"` block causes a linker error. This also introduces a build command to Cargo to compile the bn_is_zero wrapper.