uclient-fetch: use package name pattern in message for missing SSL library
[oweals/uclient.git] / uclient-fetch.c
index 2e553a0a8f17fba1a3af4581e81f558969a40282..6961d94b12408203bc6ce6bb35d5700082dd9717 100644 (file)
@@ -494,7 +494,7 @@ static int no_ssl(const char *progname)
 {
        fprintf(stderr,
                "%s: SSL support not available, please install one of the "
-               "libustream-ssl-* libraries as well as the ca-bundle and "
+               "libustream-.*[ssl|tls] packages as well as the ca-bundle and "
                "ca-certificates packages.\n",
                progname);