Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/dist/ntp/ntpd
Jason Thorpe <thorpej%shagadelic.org@localhost> 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
Home |
Main Index |
Thread Index |
Old Index