uclient-fetch: use package name pattern in message for missing SSL library
authorMichael Heimpold <mhei@heimpold.de>
Thu, 25 Jan 2018 20:53:45 +0000 (21:53 +0100)
committerJohn Crispin <john@phrozen.org>
Mon, 12 Feb 2018 14:06:04 +0000 (15:06 +0100)
commitf2573da7f508a916177af41efc56233a4985c498
tree48e957cd7eba65c3bbae52954929636dc753a029
parent4b87d83160fec70d50b7fcd736a8c538c28a016c
uclient-fetch: use package name pattern in message for missing SSL library

When faced with this error message, I did not directly know what
package(s) to install. I first grepped the package list for packages
named libustream-ssl... found nothing, and finally realized, that here
only the library name was mentioned.

But when we mention the certificate packages, why not also directly
mention the SSL/TLS packages with a pattern. That will save one step
next time when stumbling here - at least for me ;-)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
uclient-fetch.c