sysread(*args)
public
Reads length bytes from the SSL connection. If a pre-allocated
buffer is provided the data will be written into it.
static VALUE
ossl_ssl_read(int argc, VALUE *argv, VALUE self)
{
return ossl_ssl_read_internal(argc, argv, self, 0);
}