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:01:49 +0000 (02:01 +0200)
commitacaff3b797f50a0a0e17a0be45b7fafad962004e
tree1fe599422f5ed38bee9bf425177c27d70366b847
parent177b5f9c82e1152d6ce20a83556db629697fff65
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>
apps/Makefile
test/Makefile