class OpenSSL::X509::CRL

def ==(other)

def ==(other)
  return false unless CRL === other
  to_der == other.to_der
end