Compiling files...

2001-03-14 Thread Teemu Piiroinen
Hi I tried to compile req.c with VisualC 6.0 and I got following error message: req.obj : error LNK2001: unresolved external symbol _app_RAND_write_file req.obj : error LNK2001: unresolved external symbol _app_RAND_load_files req.obj : error LNK2001: unresolved external symbol _app_RAND_load_fil

LIBEAY32.dll Access Violation

2001-03-06 Thread Teemu Piiroinen
Hi again...   I have problems with Libeay32.dll which crashes when I use SSL in multiple threads. The code that the thread executes is always the same. Everything works well if there is only one thread, but when there is several threads it crashes.   I get following message:   Unhandeled e

BIO pair

2001-03-03 Thread Teemu Piiroinen
Hi   I have tried to use BIO pair and for some reason it doesn't seem to work right. So, here is the code if someone could tell me what's going wrong.   I have tried to make it work without SSL_set_fd and SSL_accept, but it won't work.       ssl = SSL_new (ctx);      SSL_set_fd (ssl, sd