Commit 9e1a6f28 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix missing symbol

parent 00641a9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ cfg_if! {
    } else {
        extern "C" {
            pub fn BIO_s_file() -> *mut BIO_METHOD;
            pub fn BIO_new(type_: *mut BIO_METHOD) -> *mut BIO;
        }
    }
}