Re: Openssl 1.0.1x build using VS 2012

2013-09-03 Thread Pravesh Rai
Hi All, Got the solution. The problem was due to difference in building environment of Application & OpenSSL. Some of the application binaries were built using their older project format, i.e. *.vcproj & rest other binaries were built using their newer project format, i.e. *.vcxproj. Thanks to a

RE: Openssl 1.0.1x build using VS 2012

2013-09-03 Thread Watson, Patrick
Check out this page: http://www.openssl.org/docs/crypto/OPENSSL_Applink.html Basically, you just need to #include in your application. That file defines a virtual table like list of things related to stdout, stderr, etc. This file only appears to be needed when you start using functions that m