[openssl-dev] [openssl.org #3964] Fix OPENSSL_NO_STDIO build

Benjamin Kaduk bkaduk at akamai.com
Wed Sep 30 17:57:41 UTC 2015


On 09/30/2015 12:53 PM, Salz, Rich wrote:
> No, it's this
> 	#ifdef OPENSSL_NO_STDIO
> 	#define BIO_new_file(f,m) NULL
> 	#endif
>

That looks like the library is conditionally exporting different symbols
depending on the build configuration, which I considered doing for my
work on OpenAFS but eventually decided that it would cause too many
problems and pulled out.  I guess this particular case might be
reasonable for UEFI use, but I am unconvinced that it's a good idea in
general.

-Ben


More information about the openssl-dev mailing list