Use dynamic engine for libssl test harness
authorRichard Levitte <levitte@openssl.org>
Mon, 10 Aug 2015 09:46:27 +0000 (10:46 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 19:27:46 +0000 (20:27 +0100)
commitc0cbb4c19bb6e22b338dd17c096be323f7414faf
treefb69e70b5e3cfd36962384657ed3796dc6ca8480
parentc2a34c58f56980b80f034e8295210146b5c247c3
Use dynamic engine for libssl test harness

Use a dynamic engine for ossltest engine so that we can build it without
subsequently deploying it during install. We do not want people accidentally
using this engine.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
engines/Makefile
engines/e_ossltest.c
test/Makefile
util/TLSProxy/Proxy.pm