Date: Tue, 18 Feb 2003 10:10:41 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Richard Nyberg <rnyberg@it.su.se> Cc: Dag-Erling Smorgrav <des@ofug.org>, Kris Kennaway <kris@obsecurity.org>, current@FreeBSD.org Subject: Re: memset prototype changed? Message-ID: <20030218181041.GC97131@rot13.obsecurity.org> In-Reply-To: <20030218114734.GA59348@murmeldjur.it.su.se> References: <20030218105240.GH92966@rot13.obsecurity.org> <xzpheb1yhrq.fsf@flood.ping.uio.no> <20030218114734.GA59348@murmeldjur.it.su.se>
next in thread | previous in thread | raw e-mail | index | archive | help
--0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 <kris@obsecurity.org> writes: > > > http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.l= og > >=20 > > The code that fails to compile is blatantly wrong: > >=20 > > memset(schedule, 0, sizeof(schedule)); > >=20 >=20 > I think this is due to the openssl upgrade. > DES_key_schedule was an array but is now a struct. >=20 > 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 --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+UncgWry0BWjoQKURAgZ3AJ0Yfao+erkjGGS2aDd+bsIYZokiagCgiTpr UpRmC0Pp54sXXJ59BEUHrH8= =jRbq -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030218181041.GC97131>