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

Rich Salz via RT rt at openssl.org
Wed Sep 30 02:01:54 UTC 2015


We fixed this in a slightly different way. We made BIO_new_file and BIO_s_file
return an alternate implementation that returns run-time failures. Almost all
of the OpenSSL code uses the BIO object, so we didn't have to remove that. We
did #ifdef out any routine that had a "FILE*" param or local variable.
--
Rich Salz, OpenSSL dev team; rsalz at openssl.org



More information about the openssl-dev mailing list