]> git.ipfire.org Git - thirdparty/openssl.git/commit
Load the config file by default
authorMatt Caswell <matt@openssl.org>
Tue, 30 Jul 2019 15:42:53 +0000 (16:42 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 1 Aug 2019 08:59:20 +0000 (09:59 +0100)
commit29dc6e00f2a1ec93bbacc5127cecf3412e95e57f
treee14982624eb7d057b64d73fdc7a617f49a0ff178
parent988b29850b9e7b2b21d680545aeed76273a42a16
Load the config file by default

Previously we only loaded the config file by default for libssl. Now we do
it for libcrypto too.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9492)
crypto/asn1/a_strnid.c
crypto/engine/eng_table.c
crypto/objects/obj_dat.c
crypto/property/property.c
crypto/provider.c
crypto/provider_conf.c
crypto/provider_core.c
doc/internal/man3/ossl_provider_new.pod
doc/man3/OPENSSL_init_crypto.pod
include/internal/provider.h
test/provider_internal_test.c