projects
/
project
/
uclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdad31
)
Make missing SSL support message more explicit.
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 30 Jul 2016 13:33:52 +0000
(15:33 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Sat, 30 Jul 2016 13:33:52 +0000
(15:33 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
uclient-fetch.c
patch
|
blob
|
history
diff --git
a/uclient-fetch.c
b/uclient-fetch.c
index 6b6d2fe9aa16947c0086014c7c6dacd9ff1510fe..3c0c36b9e1cf4c119418621b53a7189e3ba130e6 100644
(file)
--- a/
uclient-fetch.c
+++ b/
uclient-fetch.c
@@
-487,7
+487,12
@@
static void init_ustream_ssl(void)
static int no_ssl(const char *progname)
{
- fprintf(stderr, "%s: SSL support not available, please install ustream-ssl\n", progname);
+ fprintf(stderr,
+ "%s: SSL support not available, please install one of the "
+ "libustream-ssl-* libraries as well as the ca-bundle and ",
+ "ca-certificates packages.\n",
+ progname);
+
return 1;
}