Don't build dynamic engines unless configured "shared"
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Mar 2016 11:58:15 +0000 (12:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Mar 2016 11:58:15 +0000 (12:58 +0100)
commit0069806128a24dd25908ee3dbb271cda3cc92bda
tree1eb494e6f5075754a3d6ebb76fa6779922f53cb0
parent987dbc7fbf9ae95430649662141ebb26bcd5ecad
Don't build dynamic engines unless configured "shared"

Experience has shown that dynamic engines with their own copy of
libcrypto is problematic, so we disable that possibility.

Reviewed-by: Matt Caswell <matt@openssl.org>
Configure