method

id

v1_9_2_180 - Show latest stable - Class: OpenSSL::Engine
id()
public

No documentation available.

static VALUE
ossl_engine_get_id(VALUE self)
{
    ENGINE *e;
    GetEngine(self, e);
    return rb_str_new2(ENGINE_get_id(e));
}