Commit 89e79afa authored by Steven Fackler's avatar Steven Fackler
Browse files

Remove unused FFI binding

parent 22e687d8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);