method
cleanup
v1_9_1_378 -
Show latest stable
- Class:
OpenSSL::Engine
cleanup()public
No documentation available.
static VALUE
ossl_engine_s_cleanup(VALUE self)
{
#if defined(HAVE_ENGINE_CLEANUP)
ENGINE_cleanup();
#endif
return Qnil;
}