From 2ebb3f084ad68a7031575e191cc8cc04d89a6aed Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 11 Nov 2013 21:39:36 -0800 Subject: [PATCH] Last indentation fix --- ffi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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, dup_func: Option,