diff options
| author | Steven Fackler <[email protected]> | 2013-11-11 21:39:36 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-11-11 21:39:36 -0800 |
| commit | 2ebb3f084ad68a7031575e191cc8cc04d89a6aed (patch) | |
| tree | 6a49dbc39c3334ca5eba779ebd015d29c1d7ee9e | |
| parent | Fix indentation (diff) | |
| download | rust-openssl-2ebb3f084ad68a7031575e191cc8cc04d89a6aed.tar.xz rust-openssl-2ebb3f084ad68a7031575e191cc8cc04d89a6aed.zip | |
Last indentation fix
| -rw-r--r-- | ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ extern "C" { pub fn SSL_CTX_set_verify(ctx: *SSL_CTX, mode: c_int, verify_callback: Option<extern "C" fn(c_int, *X509_STORE_CTX) -> c_int>); pub fn SSL_CTX_load_verify_locations(ctx: *SSL_CTX, CAfile: *c_char, - CApath: *c_char) -> c_int; + CApath: *c_char) -> c_int; pub fn SSL_CTX_get_ex_new_index(argl: c_long, argp: *c_void, new_func: Option<CRYPTO_EX_new>, dup_func: Option<CRYPTO_EX_dup>, |