SSL_CTX_set_options function

  1. @Native<Uint64 Function(Pointer<ssl_ctx_st>, Uint64)>(ffi.Pointer<ssl_ctx_st>, ffi.Uint64)>()
int SSL_CTX_set_options(
  1. Pointer<ssl_ctx_st> ctx,
  2. int op
)

Implementation

@ffi.Native<ffi.Uint64 Function(ffi.Pointer<ssl_ctx_st>, ffi.Uint64)>()
external int SSL_CTX_set_options(ffi.Pointer<ssl_ctx_st> ctx, int op);