# File lib/openssl/buffering.rb, line 228
  def flush
    osync = @sync
    @sync = true
    do_write ""
    @sync = osync
  end