sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] expiration date now shown


From: Peter Palfrader
Subject: Re: [Sks-devel] expiration date now shown
Date: Fri, 23 Jan 2004 04:22:36 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

On Fri, 23 Jan 2004, Peter Palfrader wrote:

> On Thu, 22 Jan 2004, Yaron M. Minsky wrote:
> 
> > I'm still confused about this patch.  Is ssp_critical used for anything?
> 
> No, as I wrote, it's just there if you want to use it in the future.
> 
> 
> This is the important part:
> 
> > > > -  let ssp_type = cin#read_byte in
> > > > +  let ssp_type_byte = cin#read_byte in
> > > > +  let ssp_type = ssp_type_byte land 0x7f in
> 
> Feel free to ignore this:
> 
> > > > +  let ssp_critical = ssp_type_byte lor 0x80 in

And it's wrong anyway, should be an and too.

let ssp_critical = ssp_type_byte land 0x80 in



Peter
-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
    messages preferred.    | : :' :      The  universal
                           | `. `'      Operating System
 http://www.palfrader.org/ |   `-    http://www.debian.org/

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]