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
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to