gary clark wrote:
Hiya,

I am trying to build a simple client and server which
is proving not to be so simple in visual c++.

I am using the "s_server.c" file in openssl/apps and
have pulled in the following libs.

wsock32.lib advapi32.lib gdi32.lib user32.lib

what other libs and possibly .dll do I need in order
to build it. I am seeing a bunch of external symbols
failing to be resolved i.e _ERR_free_strings and
_ERR_remove_state.

Any help would be appreciated.

Thanks,
Garyc

libeay32.lib and libssl32.lib.

--
Thomas Hruska
Shining Light Productions

Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
http://www.slproweb.com/


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to