On Wed, Nov 15, 2000 at 11:06:15PM +0300, Fedor Utenkov wrote:

>   I'm  try to build an OpenSSL 0.9.6 with Borland C++ Builder 4 and it
>   fails.  The  problem  is  that  compiler  don't  like type cast from
>   'something'  to void.

Is it really that? It looks more like it doesn't match ANSI C
prototypes with pre-ANSI C function declarations that are stil left in
the code. You can probably work around that by casting the function
pointers to the pre-ANSI form. The real fix would be to eliminate all
remaining non-ANSI constructs (that have still be left in because of
their implicit type conversion).

>   If somebody have a solution (i'm sure it exits because people speaks
>   about compiled with BCB versions of OpenSSL), drop me a line. I have
>   read a FAQ, but found nothing.

If you need to compile it right now, you might try an older version of
OpenSSL (some of which have been reported to work with BCB4), or use
the free GNU compiler to build the OpenSSL DLLs.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to