Method: OpenSSL::BN#to_bn

Defined in:
ossl_bn.c

#to_bnObject



394
395
396
397
398
# File 'ossl_bn.c', line 394

static VALUE
ossl_bn_to_bn(VALUE self)
{
    return self;
}