Hi, I have compiled openssl-fips and openssl in Windows CE 6. But when I run "fips_premain_dso.exe libeay32.dll" in target environment I get following error:
============= 217450134:error:2507606A:DSO support routines:WIN32_BIND_FUNC:could not bind to the requested symbol name:.\crypto\dso\dso_win32.c:296:symname(FINGERPRINT_premain) 217450134:error:2506C06A:DSO support routines:DSO_bind_func:could not bind to the requested symbol name:.\crypto\dso\dso_lib.c:294: ================= Which means GetProcAddress is failing for symbol name FINGERPRINT_premain. But if I do "dumpbin /exports libeay32.dll", I can see the symbol FINGERPRINT_premain exported. Could you kindly let me know , what could be going wrong ? Thanks in advance, -Abhijit ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org