ENGINE_get_pkey_meth_engine function

  1. @Native<Pointer<engine_st> Function(Int)>(ffi.Int)>()
Pointer<engine_st> ENGINE_get_pkey_meth_engine(
  1. int nid
)

Implementation

@ffi.Native<ffi.Pointer<engine_st> Function(ffi.Int)>()
external ffi.Pointer<engine_st> ENGINE_get_pkey_meth_engine(int nid);