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 [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-03044 Cottbus ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]