# File lib/openssl/buffering.rb, line 137
  def getc
    c = read(1)
    c ? c[0] : nil
  end