Is there anything that SSL_library_init requires? My program is exiting with a GPF when I call SSL_library_init().
if (!SSL_library_init()) SendError(TRUE, NULL, "OpenSSL initialization failed! Server exiting\n"); SSL_load_error_strings(); printf ("OpenSSL libraries loaded!\n"); Regards, Nick Marcantonio [EMAIL PROTECTED] Venturcom, Inc <www.vci.com> -----Original Message----- From: marcus.carey [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: Re: question about SSL libs SSL_library_init() registers the available ciphers and digests. OpenSSL_add_ssl_algorithms() and SSLeay_add_ssl_algorithms() are synonyms for SSL_library_init(). SSL_library_init() must be called before any other action takes place. ----- Original Message ----- From: "Nick Marcantonio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 1:53 PM Subject: RE: question about SSL libs > On to the next question... is SSL_init_library in the SSL API? I've seen an > example utilizing this function, but it doesnt seem to be in the libraries. > > Regards, > > Nick Marcantonio > [EMAIL PROTECTED] > Venturcom, Inc <www.vci.com> > > > -----Original Message----- > From: Nick Marcantonio [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 11:49 AM > To: [EMAIL PROTECTED] > Subject: question about SSL libs > > > This is my first time writing using the SSL API and I'm in the process of > extending an already existing server to include SSL functionality. I've > installed openssl-0.9.6g on Windows under cygwin, but I cant seem to find > the library files. libcrypto and libssl exist in the ssl/lib directory, but > they are .a files, not .libs. Can I link in these .a files like I would link > in a .lib? Thanks in advance. > > Regards, > > Nick Marcantonio > [EMAIL PROTECTED] > Venturcom, Inc <www.vci.com> > (781) 647-3000 ext221 > > > > ********************************************************************** > This email, and any files transmitted with it, are confidential > and intended solely for the use of the individual or entity to > whom they are addressed. If you have received this email > in error please advise [EMAIL PROTECTED] > ********************************************************************** > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]