[email protected] wrote:
> Hello Arno,
>
>> You are using in an old ICS version.
>
> I just re-downloaded V6 RC1 from ICS site (not subversion.)
> It seems to be the same as the version I'm using. I notice
> a lot of conditional defines in the source code, though.
> I'm only using the default.
>
>> Yes, always use the head revision from the ICS Subversion
>> repository. More details on the ICS homepage.
>> BTW: Current highest OpenSSL version supported is 0.98i.
>
> I may give the svn head branch a try when I have some
> more time.
Or use OpenSSL 0.98e.
Or change unit OverbyteIcsLIBEAY.pas:
const
[..]
//OSSL_VER_0906G = $0090607f; no longer supported
OSSL_VER_0907G = $0090707f;
OSSL_VER_0907I = $0090709f;
OSSL_VER_0908 = $00908000;
OSSL_VER_0908A = $0090801f;
OSSL_VER_0908E = $0090805f;
OSSL_VER_0908H = $0090808f;
OSSL_VER_0908I = $0090809f;
// Or should we also create an dynamic array of Longword we would add only
// tested/wanted versions?
{$IFDEF BEFORE_OSSL_098E}
MIN_OSSL_VER = OSSL_VER_0907G;
MAX_OSSL_VER = OSSL_VER_0908I;
{$ELSE}
MIN_OSSL_VER = OSSL_VER_0908E;
MAX_OSSL_VER = OSSL_VER_0908I;
{$ENDIF}
--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be