Flowdock
method

error_depth

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: StoreContext
error_depth() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
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));
}
Register or log in to add new notes.