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:51:58 +0000 (13:51 +0000)
commite933f91f50108a43c0198cdc63ecdfdbc77b4d0d
treefbc844e21b435095dc28678e2b5d6be809f422d8
parentcbb67448277232c8403f96edad4931c4203e7746
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.
crypto/engine/eng_list.c