module Net::LDAP::Connection::GetbyteForSSLSocket

def getbyte

def getbyte
  c = getc
  c && c.ord
end