Skip to content

Commit 4442629

Browse files
deeprobinjyn514
authored andcommitted
Remove PasswordCallback
1 parent c4e1f47 commit 4442629

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

boring-sys/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ const_fn! {
6464
}
6565
}
6666

67-
// FIXME remove
68-
pub type PasswordCallback = unsafe extern "C" fn(
69-
buf: *mut c_char,
70-
size: c_int,
71-
rwflag: c_int,
72-
user_data: *mut c_void,
73-
) -> c_int;
74-
7567
pub fn init() {
7668
use std::ptr;
7769
use std::sync::Once;

0 commit comments

Comments
 (0)