Re: Problem compiling s_client and s_server

2001-04-30 Thread robert
- Original Message - From: "agray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 4:01 PM Subject: Re: Problem compiling s_client and s_server > Best bet: You are linking against the incorrect c-runtime

Re: Problem compiling s_client and s_server

2001-04-16 Thread agray
Best bet: You are linking against the incorrect c-runtime - use /MD (multithreaded dll) Menu: Project...Settings...c/C++ tabCategory: Code GenerationUse Runtime Library ---> Multi-Threaded DLL Didn't you have to build apps.c as well for a standalone s_client.exe? You can also grab the d

Re: Problem compiling s_client and s_server

2001-04-16 Thread Marcus Carey
run the application. Marcus - Original Message - From: "Lutz Jaenicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 12:18 PM Subject: Re: Problem compiling s_client and s_server > On Mon, Apr 16, 2001 at 10:58:39AM -0700, Marcus Carey

Re: Problem compiling s_client and s_server

2001-04-16 Thread Lutz Jaenicke
On Mon, Apr 16, 2001 at 10:58:39AM -0700, Marcus Carey wrote: > I am trying to compile the s_client and s_server applications in the openssl apps >directory. > > I am getting an unresolved external symbol _app_RAND_load_file error compiling the >s_client example. Does anyone know which file co

Problem compiling s_client and s_server

2001-04-16 Thread Marcus Carey
I am trying to compile the s_client and s_server applications in the openssl apps directory.   I am getting an unresolved external symbol _app_RAND_load_file error compiling the s_client example.  Does anyone know which file contains the function prototype for the app_RAND_load_file function