Make the engine config module always add dynamic ENGINEs
authorDr. Stephen Henson <steve@openssl.org>
Sun, 24 Feb 2002 16:22:20 +0000 (16:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 24 Feb 2002 16:22:20 +0000 (16:22 +0000)
commite36e473859ac919c03cc3cdcd897bb4d0875cd8b
treee3e2661f7b570f2ab802f35976f0cbf0b7535822
parentd7fb66aa820b047b98d4434e23c4627d9105feda
Make the engine config module always add dynamic ENGINEs
to the list using dynamic_path. This stops ENGINEs which
don't supply any default algorithms being automatically
freed (because they have no references) and allows them
to be accessed by id.

Alternative dynamic loading behaviour can be achieved by
issuing the dynamic ENGINE ctrls separately in the config file.
crypto/engine/eng_cnf.c