diff options
| author | Steven Fackler <[email protected]> | 2014-01-25 17:10:53 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-01-25 17:10:53 -0800 |
| commit | 89e79afaf95f5e05ad6f3cd916e2412d184d354d (patch) | |
| tree | 5107b3035b05b716fa645f35833df28abb493b22 | |
| parent | Always run configure from the right directory (diff) | |
| download | rust-openssl-89e79afaf95f5e05ad6f3cd916e2412d184d354d.tar.xz rust-openssl-89e79afaf95f5e05ad6f3cd916e2412d184d354d.zip | |
Remove unused FFI binding
| -rw-r--r-- | ssl/ffi.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |