When making libcrypto from apps or test, make sure to include engines
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Jun 2015 21:06:23 +0000 (23:06 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Jun 2015 00:12:34 +0000 (02:12 +0200)
commitcb972a4fe710c3e07300cdd3e3c3d41a42fc9672
treedbb3d985d230d1b92988ff024f7f6ad427a7db0f
parentee2d14be9411c46242bdbe87c10c3bd58137332a
When making libcrypto from apps or test, make sure to include engines

For librypto to be complete, the stuff in both crypto/ and engines/
have to be built.  Doing 'make test' or 'make apps' from a clean
source tree failed to do so.
Corrected by using the new 'build_libcrypto' in the top Makefile.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit acaff3b797f50a0a0e17a0be45b7fafad962004e)
apps/Makefile
test/Makefile