Elide OPENSSL_INIT_set_config_filename() for no-stdio build
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 22 Feb 2016 16:44:46 +0000 (16:44 +0000)
committerRich Salz <rsalz@openssl.org>
Mon, 7 Mar 2016 19:51:08 +0000 (14:51 -0500)
commit691064c47fd6a7d11189df00a0d1b94d8051cbe0
tree97db763d1c707067db7bb10658b8930f5e9ad0d6
parentb9bd7b06cc409e96ceb7606a79a7f5900aa696fe
Elide OPENSSL_INIT_set_config_filename() for no-stdio build

Strictly speaking, it isn't stdio and file access which offend me here;
it's the fact that UEFI doesn't provide a strdup() function. But the
fact that it's pointless without file access is a good enough excuse for
compiling it out.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/conf/conf_lib.c
include/openssl/crypto.h