Fix missing symbol

This commit is contained in:
Steven Fackler 2018-09-12 20:56:05 -07:00
parent 00641a9d6b
commit 9e1a6f284b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}
}