RE: Usage of macro OPENSSL_NO_STDIO

2011-08-17 Thread Paul Suhler
--- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Jeffrey Walton Sent: Wednesday, August 17, 2011 4:31 PM To: openssl-users@openssl.org Subject: Re: Usage of macro OPENSSL_NO_STDIO On Wed, Aug 17, 2011 at 1:51 PM, Kchitiz Saxena wrote: > Hi Wi

Re: Usage of macro OPENSSL_NO_STDIO

2011-08-17 Thread Jeffrey Walton
On Wed, Aug 17, 2011 at 1:51 PM, Kchitiz Saxena wrote: > Hi Wim > Thanks for the response. Actually, I am trying to compile openssl for WinCE > 5.0. That's why I was trying to figure out whether I should define this > macro while compiling or not. However, if this macro is defined, I get few > com

Re: Usage of macro OPENSSL_NO_STDIO

2011-08-17 Thread Kchitiz Saxena
Hi Wim Thanks for the response. Actually, I am trying to compile openssl for WinCE 5.0. That's why I was trying to figure out whether I should define this macro while compiling or not. However, if this macro is defined, I get few compilation errors. Have anyone compiled the code with this flag for

Re: Usage of macro OPENSSL_NO_STDIO

2011-08-17 Thread Wim Lewis
On 17 Aug 2011, at 7:36 AM, Kchitiz Saxena wrote: > Can somebody briefly explain the use of macro OPENSSL_NO_STDIO. There are few > functions like SSL_CTX_use_certificate_file() which are defined only if this > macro is not defined. What is the functionality which is derived out of this > macro

Usage of macro OPENSSL_NO_STDIO

2011-08-17 Thread Kchitiz Saxena
Hi Can somebody briefly explain the use of macro OPENSSL_NO_STDIO. There are few functions like SSL_CTX_use_certificate_file() which are defined only if this macro is not defined. What is the functionality which is derived out of this macro definition. In short, what I get/loose if I define this ma