Thanks Girish, Marek and all
Girish, what you mean " remove dependencies"?
I start the main function from hmactest.c
I gathered relevant included files such as
hmac md5 evp.h e_os but each calls other
include files...until when
I compile without error but i show you some of linking errors :
cryptlib.obj : error LNK2001: unresolved external symbol _BUF_strdup
eng_lib.obj : error LNK2001: unresolved external symbol _CRYPTO_get_ex_data
err.obj : error LNK2001: unresolved external symbol _CRYPTO_pop_info
Im using VC6 windows platform.
Thanks in advance
Girish, what you mean " remove dependencies"?
I start the main function from hmactest.c
I gathered relevant included files such as
hmac md5 evp.h e_os but each calls other
include files...until when
I compile without error but i show you some of linking errors :
cryptlib.obj : error LNK2001: unresolved external symbol _BUF_strdup
eng_lib.obj : error LNK2001: unresolved external symbol _CRYPTO_get_ex_data
err.obj : error LNK2001: unresolved external symbol _CRYPTO_pop_info
Im using VC6 windows platform.
Thanks in advance
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]