debug=(p1)
Turns on or off debug mode. With debug mode, all erros added to the OpenSSL error queue will be printed to stderr.
static VALUE ossl_debug_set(VALUE self, VALUE val) { dOSSL = RTEST(val) ? Qtrue : Qfalse; return val; }