On Tue, Feb 18, 2003 at 12:47:35PM +0100, Richard Nyberg wrote:
> On Tue, Feb 18, 2003 at 12:01:29PM +0100, Dag-Erling Smorgrav wrote:
> > Kris Kennaway <[EMAIL PROTECTED]> writes:
> > > http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.log
> > 
> > The code that fails to compile is blatantly wrong:
> > 
> >     memset(schedule, 0, sizeof(schedule));
> > 
> 
> I think this is due to the openssl upgrade.
> DES_key_schedule was an array but is now a struct.
> 
> You would have to something like this to make it work now:
> memset(&schedule, 0, sizeof(schedule));

Could you please submit a patch to the maintainer?

Kris

Attachment: msg52671/pgp00000.pgp
Description: PGP signature

Reply via email to