method
error_depth
v2_6_3 -
Show latest stable
- Class:
OpenSSL::X509::StoreContext
error_depth()public
No documentation available.
static VALUE
ossl_x509stctx_get_err_depth(VALUE self)
{
X509_STORE_CTX *ctx;
GetX509StCtx(self, ctx);
return INT2NUM(X509_STORE_CTX_get_error_depth(ctx));
}