fork of boring2 with prefix patch
Go to file
Eunchong Yu 11c44d3b88 Fix the ambiguous integer literal error
This commit fixes this:

> src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for
> this expression: cannot determine the type of this integer; add a
> suffix to specify the type explicitly [E0101]
> src/crypto/symm.rs:95                 let v = if padding { 1 } else { 0 } as c_int;
2014-08-27 15:40:09 +09:00
src Fix the ambiguous integer literal error 2014-08-27 15:40:09 +09:00
test Integrate everything 2013-12-28 18:39:07 -07:00
.gitignore Shift directory structure 2014-08-03 19:16:09 -07:00
.travis.yml Switch to builtin language support on travis 2014-08-23 16:09:14 -07:00
Cargo.toml cargo update 2014-08-16 14:27:31 -07:00
LICENSE Update copyright date 2014-01-15 21:43:09 -08:00
README.md Added link to rust-ci.org documentation 2014-07-10 17:22:27 -07:00

README.md

rust-openssl Build Status

See the rustdoc output.