I am having a WinXP application to which i have linked SSL statically. Function call SSL_load_error_strings is failing with a crash and from the dump its giving error access violation reading location.
MyApp.exe!_lh_doall_arg() + 0x3af bytes MyApp.exe!_lh_insert() + 0x4d bytes MyApp.exe!_ERR_get_implementation() + 0x2b0 bytes MyApp.exe!_ERR_load_ERR_strings() + 0x1e6 bytes MyApp.exe!_ERR_load_strings() + 0x15 bytes MyApp.exe!_ERR_load_BN_strings() + 0x30 bytes MyApp.exe!_ERR_load_crypto_strings() + 0xd bytes MyApp.exe!SSL_load_error_strings() + 0x8 bytes // Harshvir