eh eh eh you don't need to compile the whole ssl library :)
download the ssl library from
http://www.slproweb.com/products/Win32OpenSSL.htmland then I "guess" that the compiling command should be:
Code:
bcc32 -Iinclude -Llib -DWIN32 file.c -lcrypto
or
bcc32 -Iinclude -Llib -DWIN32 file.c c:\libeay32.lib
anyway follow the guidelines and the manual of that specific compiler for the correct linking of the program with the ssl library