Fix missing symbol
This commit is contained in:
parent
00641a9d6b
commit
9e1a6f284b
|
|
@ -68,6 +68,7 @@ cfg_if! {
|
||||||
} else {
|
} else {
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn BIO_s_file() -> *mut BIO_METHOD;
|
pub fn BIO_s_file() -> *mut BIO_METHOD;
|
||||||
|
pub fn BIO_new(type_: *mut BIO_METHOD) -> *mut BIO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue