Subject: Re: CVS commit: src/dist/ntp/ntpd
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 11/14/2006 06:16:14
Jason Thorpe <thorpej@shagadelic.org> typed:
: On Nov 13, 2006, at 6:41 PM, Tom Spindler wrote:
:> Module Name:	src
:> Committed By:	dogcow
:> Date:		Tue Nov 14 02:41:40 UTC 2006
:> Modified Files:
:> 	src/dist/ntp/ntpd: ntpd.c
:> Log Message:
:> Looks like OpenSSL now uses an int instead of a long for its version
:> number (!?), so explicitly cast to long in case they change it back.
: Uh, is this a constant in a header file or a global variable?  If the  
: latter, we now have an ABI problem in the shared library, yes?

Actually, it looks like the 'L' was left off OPENSSL_VERSION_NUMBER,
especially with all comparisons to longs, and with that correction this
change would be reversed.

Regards,
Geoff