From 89e79afaf95f5e05ad6f3cd916e2412d184d354d Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 25 Jan 2014 17:10:53 -0800 Subject: [PATCH] Remove unused FFI binding --- ssl/ffi.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ssl/ffi.rs b/ssl/ffi.rs index 45192fd3..018f08e4 100644 --- a/ssl/ffi.rs +++ b/ssl/ffi.rs @@ -136,9 +136,6 @@ extern "C" { pub fn X509_get_subject_name(x: *X509) -> *X509_NAME; - pub fn X509_NAME_print_ex(out: *BIO, nm: *X509_NAME, ident: c_int, - flags: c_ulong) -> c_int; - pub fn SSL_new(ctx: *SSL_CTX) -> *SSL; pub fn SSL_free(ssl: *SSL); pub fn SSL_set_bio(ssl: *SSL, rbio: *BIO, wbio: *BIO);