Make the engine config module always add dynamic ENGINEs
authorDr. Stephen Henson <steve@openssl.org>
Sun, 24 Feb 2002 16:20:50 +0000 (16:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 24 Feb 2002 16:20:50 +0000 (16:20 +0000)
commit4a3e6bce79825137ef90261b6c195ee49bec6780
tree4412ffafb54e8d1261b21265542b8401976acaf7
parenta3829cb720c235a93b6d1067555d7d113a8ba326
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