File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 319319| ` SSL_get1_session ` | | :white_check_mark : | | :white_check_mark : |
320320| ` SSL_get1_supported_ciphers ` | | | | |
321321| ` SSL_get_SSL_CTX ` | | :white_check_mark : | :white_check_mark : | :white_check_mark : |
322- | ` SSL_get_all_async_fds ` | | | :white_check_mark : | |
322+ | ` SSL_get_all_async_fds ` | | | :white_check_mark : | : exclamation : [ ^ stub ] |
323323| ` SSL_get_async_status ` | | | | |
324324| ` SSL_get_certificate ` | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
325325| ` SSL_get_changed_async_fds ` | | | :white_check_mark : | |
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ const ENTRYPOINTS: &[&str] = &[
153153 "SSL_get0_verified_chain" ,
154154 "SSL_get1_peer_certificate" ,
155155 "SSL_get1_session" ,
156+ "SSL_get_all_async_fds" ,
156157 "SSL_get_certificate" ,
157158 "SSL_get_ciphers" ,
158159 "SSL_get_client_CA_list" ,
Original file line number Diff line number Diff line change @@ -2433,6 +2433,10 @@ entry_stub! {
24332433 pub fn _SSL_waiting_for_async( _ssl: * mut SSL ) -> c_int;
24342434}
24352435
2436+ entry_stub ! {
2437+ pub fn _SSL_get_all_async_fds( _ssl: * mut SSL , _fds: * mut c_int, _numfds: * mut usize ) -> c_int;
2438+ }
2439+
24362440// ---------------------
24372441
24382442#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments