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 contains the function prototype for 
>the app_RAND_load_file function?

The prototype is in apps/apps.h and the function itself can be found in
apps/app_rand.c. The function should therefore be found by linking in
apps/app_rand.o.

I don't know why it shouldn't be found, so without additional information
about platform compiler etc it will be difficult to help you. Please check
out, whether app_rand.o is linked in an whether there are special message
during the compile of app_rand.c.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to