SSL_new_domain function

  1. @Native<Pointer<ssl_st> Function(Pointer<ssl_ctx_st>, Uint64)>(ffi.Pointer<ssl_ctx_st>, ffi.Uint64)>()
Pointer<ssl_st> SSL_new_domain(
  1. Pointer<ssl_ctx_st> ctx,
  2. int flags
)

Implementation

@ffi.Native<ffi.Pointer<ssl_st> Function(ffi.Pointer<ssl_ctx_st>, ffi.Uint64)>()
external ffi.Pointer<ssl_st> SSL_new_domain(
  ffi.Pointer<ssl_ctx_st> ctx,
  int flags,
);