aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-11-11 21:39:36 -0800
committerSteven Fackler <[email protected]>2013-11-11 21:39:36 -0800
commit2ebb3f084ad68a7031575e191cc8cc04d89a6aed (patch)
tree6a49dbc39c3334ca5eba779ebd015d29c1d7ee9e
parentFix indentation (diff)
downloadrust-openssl-2ebb3f084ad68a7031575e191cc8cc04d89a6aed.tar.xz
rust-openssl-2ebb3f084ad68a7031575e191cc8cc04d89a6aed.zip
Last indentation fix
-rw-r--r--ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.rs b/ffi.rs
index 80c30b4c..ee6a3e1a 100644
--- a/ffi.rs
+++ b/ffi.rs
@@ -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>,