SSL_get_pending_cipher function

  1. @Native<Pointer<ssl_cipher_st> Function(Pointer<ssl_st>)>(ffi.Pointer<ssl_st>)>()
Pointer<ssl_cipher_st> SSL_get_pending_cipher(
  1. Pointer<ssl_st> s
)

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,
);