SSL_get_ciphers function

  1. @Native<Pointer<stack_st_SSL_CIPHER> Function(Pointer<ssl_st>)>(ffi.Pointer<ssl_st>)>()
Pointer<stack_st_SSL_CIPHER> SSL_get_ciphers(
  1. Pointer<ssl_st> s
)

Implementation

@ffi.Native<ffi.Pointer<stack_st_SSL_CIPHER> Function(ffi.Pointer<ssl_st>)>()
external ffi.Pointer<stack_st_SSL_CIPHER> SSL_get_ciphers(
  ffi.Pointer<ssl_st> s,
);