Thanks, but do you have any idea how idea accomplish this in C++ Borland builder? Ive already set it up to search for header files in the relavent folder, what am I missing?
On Wed, Jan 21, 2004 at 06:10:39AM -0500, Darren McDonald wrote: > Im currently reading network security with open ssl, and im well and > truly stuck. ive google, and check the book site to see if its a > reported mistake.. no luck. > > Does anyone know if SSL_library_init(), and SSL_load_error_strings() > are part OpenSSL?, or are they functions the writer is using? Im getting > external unresolved linker errors from them. > > Ive included the following... > > #include <openssl/bio.h> > #include <openssl/err.h> > #include <openssl/rand.h> > #include <openssl/ssl.h> > #include <openssl/x509v3.h> When compling/linking append "-lssl -lcrypto" such that the necessary functions are actually linked in... Best regards, Lutz -- Lutz Jaenicke ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]