diff options
| author | Eunchong Yu <[email protected]> | 2014-08-27 15:40:09 +0900 |
|---|---|---|
| committer | Eunchong Yu <[email protected]> | 2014-08-27 15:40:09 +0900 |
| commit | 11c44d3b88d3dfb5bcc220575c2e662cbac1983f (patch) | |
| tree | a615547703bf33df568b928cf33790e94b313caa /src/ssl | |
| parent | Switch to builtin language support on travis (diff) | |
| download | rust-openssl-11c44d3b88d3dfb5bcc220575c2e662cbac1983f.tar.xz rust-openssl-11c44d3b88d3dfb5bcc220575c2e662cbac1983f.zip | |
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;
Diffstat (limited to 'src/ssl')
0 files changed, 0 insertions, 0 deletions