build: Build para_client only if crypto lib was found.
authorAndre Noll <maan@systemlinux.org>
Thu, 29 Aug 2013 21:09:45 +0000 (21:09 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:59 +0000 (11:40 +0100)
This creates a separate section for para_client, similar to the one
for para_server that was added in the previous patch.

The new section sets $build_client to either yes or no, depending on
whether a crypto library (openssl nor gcrypt) was found by the tests
performed earlier. This test is always true at the moment since we
abort anyway if neither library was detected. But this is about to
change, so..


No differences found