From owner-freebsd-current Tue Feb 18 10:10:44 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C4337B401 for ; Tue, 18 Feb 2003 10:10:42 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC2643F3F for ; Tue, 18 Feb 2003 10:10:41 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 5ED3A679DA; Tue, 18 Feb 2003 10:10:41 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 529C21198; Tue, 18 Feb 2003 10:10:41 -0800 (PST) Date: Tue, 18 Feb 2003 10:10:41 -0800 From: Kris Kennaway To: Richard Nyberg Cc: Dag-Erling Smorgrav , Kris Kennaway , current@FreeBSD.org Subject: Re: memset prototype changed? Message-ID: <20030218181041.GC97131@rot13.obsecurity.org> References: <20030218105240.GH92966@rot13.obsecurity.org> <20030218114734.GA59348@murmeldjur.it.su.se> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Content-Disposition: inline In-Reply-To: <20030218114734.GA59348@murmeldjur.it.su.se> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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 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