]> git.ipfire.org Git - thirdparty/openssl.git/commit
RT3876: Only load config when needed
authorRich Salz <rsalz@akamai.com>
Thu, 28 May 2015 17:52:55 +0000 (13:52 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 28 May 2015 21:28:33 +0000 (17:28 -0400)
commitcc01d21756cc9c79231ef21039782c5fe42008a2
treecb92584cc79d9994f9859b15c04a645d0b020389
parentf097f81c891bb1f479426d8ac9c9541390334983
RT3876: Only load config when needed

Create app_load_config(), a routine to load config file.  Remove the
"always load config" from the main app.  Change the places that used to
load config to call the new common routine.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/apps.c
apps/apps.h
apps/asn1pars.c
apps/ca.c
apps/openssl.c
apps/req.c
apps/spkac.c
apps/srp.c
apps/ts.c
apps/x509.c