Add error return for OPENSSL_INIT_set_config_filename()
authorMatt Caswell <matt@openssl.org>
Mon, 23 May 2016 09:55:54 +0000 (10:55 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 23 May 2016 22:30:24 +0000 (23:30 +0100)
commitdae00d631fdaed48d88c454864abbd6ce99c63d6
treec1653e169ee174f1ad7a7a252134672e48398329
parent7d37818dacc87c21dfc9d2def5014657344875e3
Add error return for OPENSSL_INIT_set_config_filename()

The OPENSSL_INIT_set_config_filename() function can fail so ensure that it
provides a suitable error code.

GitHub Issue #920

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/conf/conf_lib.c
doc/crypto/OPENSSL_init_crypto.pod
include/openssl/crypto.h