Add loaded dynamic ENGINEs to list.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 28 Jan 2014 13:51:58 +0000 (13:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 28 Jan 2014 13:57:14 +0000 (13:57 +0000)
commit9614ed695d77476f3c929d3ebe24f5e01985d7fa
tree5039bdda2c06a24380915bb85c403d1916ab7c8f
parentaabfee601ef6dfabee44adf07a8d9d125f8e34cc
Add loaded dynamic ENGINEs to list.

Always add a dynamically loaded ENGINE to list. Otherwise it can cause
problems when multiply loaded, especially if it adds new public key methods.
For all current engines we only want a single implementation anyway.
(cherry picked from commit e933f91f50108a43c0198cdc63ecdfdbc77b4d0d)
crypto/engine/eng_list.c