SSL_get_pending_cipher function
- @Native<Pointer<
ssl_cipher_st> Function(Pointer<ssl_st> )>(ffi.Pointer<ssl_st>)>()
Implementation
@ffi.Native<ffi.Pointer<ssl_cipher_st> Function(ffi.Pointer<ssl_st>)>()
external ffi.Pointer<ssl_cipher_st> SSL_get_pending_cipher(
ffi.Pointer<ssl_st> s,
);