module OpenSSL::Buffering

def flush

def flush
  osync = @sync
  @sync = true
  do_write ""
  @sync = osync
end