Flowdock
method

error

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: StoreContext
error() 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(VALUE self)
{
    X509_STORE_CTX *ctx;

    GetX509StCtx(self, ctx);

    return INT2NUM(X509_STORE_CTX_get_error(ctx));
}
Register or log in to add new notes.