X509_STORE_CTX_set_error_depth function
- @Native<Void Function(Pointer<
x509_store_ctx_st> , Int)>(ffi.Pointer<x509_store_ctx_st>, ffi.Int)>()
- Pointer<
x509_store_ctx_st> ctx, - 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,
);