> From: Mark Ruijter <[EMAIL PROTECTED]>
> Date: Tue, 12 Jun 2001 20:46:35 +0200
>
> The reason why compilation fails is that the Free call has been replaced by
> OPENSSL_free.
> openssl <= openssl-0.9.5a -> Free
> openssl >= openssl-0.9.6 -> OPENSSL_free
>
> Out of some program i wrote....
> #ifdef OLDOPENSSL
> Free(str);
> #else
> OPENSSL_free(str);
> #endif
>
>
> If you replace all the free occurences in the source with OPENSSL_free then
> it should work again.
Great! I'll do that.
> I'll be happy to assist with any problem regarding the TLS patch.
Thanks. Should I CC the ldap list or just send further questions to you?
Chris
--
Chris Garrigues http://www.DeepEddy.Com/~cwg/
virCIO http://www.virCIO.Com
4314 Avenue C
Austin, TX 78751-3709 +1 512 374 0500
My email address is an experiment in SPAM elimination. For an
explanation of what we're doing, see http://www.DeepEddy.Com/tms.html
Nobody ever got fired for buying Microsoft,
but they could get fired for relying on Microsoft.
PGP signature