# File lib/openssl/buffering.rb, line 148
  def readchar
    raise EOFError if eof?
    getc
  end