- 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
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
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
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
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