OPENSSL_config(): restore error agnosticism
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Mar 2019 09:18:13 +0000 (10:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Mar 2019 13:24:46 +0000 (14:24 +0100)
commit905c9a72a708701597891527b422c7f374125c52
treebf8a43ef96fc209bc28369b02e2ce7e18f086a34
parent138ef774fedb567b29d6e5a96541a396cadc6135
OPENSSL_config(): restore error agnosticism

Great effort has been made to make initialization more configurable.
However, the behavior of OPENSSL_config() was lost in the process,
having it suddenly generate errors it didn't previously, which is not
how it's documented to behave.

A simple setting of default flags fixes this problem.

Fixes #8528

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8533)
crypto/conf/conf_sap.c