From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 18 Nov 2004 23:22:24 +0000 Subject: Re: PPP 2.4.3 still isn't 64-bit conformant Message-Id: <16797.11952.370802.642171@cargo.ozlabs.ibm.com> List-Id: References: <20041118175758.00004de4@ma1033> In-Reply-To: <20041118175758.00004de4@ma1033> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ppp@vger.kernel.org Guy Rouillier writes: > I noticed on the pptpclient site that 2.4.3 has been released, so I > downloaded it to see if the changes we discussed back in June to make it > work with 64-bit OSes had been incorporated. Unfortunately, that does > not seem to be the case; the new release still has assumptions in > SHA1.c/.h for a 32-bit data types. What more do I have to do to get the > size-neutral data types permanently into this code? Thanks. ppp-2.4.3 now uses u_int32_t instead of unsigned long in sha1.[ch]. Isn't that what you wanted? Where is the pptpclient site that are you talking about? Paul.