Flowdock
version() public

No documentation

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

Hide source
static VALUE 
ossl_x509_get_version(VALUE self)
{
    X509 *x509;

    GetX509(self, x509);
        
    return LONG2NUM(X509_get_version(x509));
}
Register or log in to add new notes.