X509_STORE_CTX_set_error_depth function

  1. @Native<Void Function(Pointer<x509_store_ctx_st>, Int)>(ffi.Pointer<x509_store_ctx_st>, ffi.Int)>()
void X509_STORE_CTX_set_error_depth(
  1. Pointer<x509_store_ctx_st> ctx,
  2. int depth
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<x509_store_ctx_st>, ffi.Int)>()
external void X509_STORE_CTX_set_error_depth(
  ffi.Pointer<x509_store_ctx_st> ctx,
  int depth,
);