SSL_CTX_set_options function
- @Native<Uint64 Function(Pointer<
ssl_ctx_st> , Uint64)>(ffi.Pointer<ssl_ctx_st>, ffi.Uint64)>()
- Pointer<
ssl_ctx_st> ctx, - 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);