Last indentation fix

This commit is contained in:
Steven Fackler 2013-11-11 21:39:36 -08:00
parent f42e9afc2c
commit 2ebb3f084a
1 changed files with 1 additions and 1 deletions

2
ffi.rs
View File

@ -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>,