Subject: Re: bin/37562: new ssh MAC is not working
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 12/18/2007 19:50:03
The following reply was made to PR bin/37562; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: Christos Zoulas <christos@zoulas.com>
Cc: gnats-bugs@NetBSD.org
Subject: Re: bin/37562: new ssh MAC is not working
Date: Tue, 18 Dec 2007 20:49:35 +0100

 I looked at the code where it died and it made me barf.
 Let's just delete this from our source, please!
 
    ((UINT64 *)result)[0] = ((UINT64 *)hc->state)[0] + nbits;
 
 and result is UINT8*.
 
 Martin