]> granicus.if.org Git - openssl/commit
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:34 +0000 (13:57 +0000)
commitad03c71ea173680f1aa2af5cfdfbd09be47d7ef1
tree58ef2305ff0e24d77944db2cd6cab8790c01dc3d
parent4eedf86a163284478140c46edb7b462d33898c93
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